Commit 86585438 authored by youjie's avatar youjie

no message

parent f27a15ab
...@@ -1093,9 +1093,9 @@ ...@@ -1093,9 +1093,9 @@
</el-carousel-item> </el-carousel-item>
</el-carousel> </el-carousel>
</div> </div>
<template v-for="(file,fIndex) in GetDetail.VorcherInos" v-if="file.Type===1"> <template v-for="(file,fIndex) in GetDetail.VorcherInos">
<div class="_wenjian" @click="showUpLoadFile(file)"> <div v-if="file.Type===1" class="_wenjian" @click="showUpLoadFile(file)">
<p v-if="file.Type==1" class="_wenjian_P iconfont icon-excel"></p> <p class="_wenjian_P iconfont icon-excel"></p>
<!-- <p class="_addFile_name">{{file.Content}}</p> --> <!-- <p class="_addFile_name">{{file.Content}}</p> -->
</div> </div>
</template> </template>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment