Commit 86585438 authored by youjie's avatar youjie

no message

parent f27a15ab
......@@ -1093,9 +1093,9 @@
</el-carousel-item>
</el-carousel>
</div>
<template v-for="(file,fIndex) in GetDetail.VorcherInos" v-if="file.Type===1">
<div class="_wenjian" @click="showUpLoadFile(file)">
<p v-if="file.Type==1" class="_wenjian_P iconfont icon-excel"></p>
<template v-for="(file,fIndex) in GetDetail.VorcherInos">
<div v-if="file.Type===1" class="_wenjian" @click="showUpLoadFile(file)">
<p class="_wenjian_P iconfont icon-excel"></p>
<!-- <p class="_addFile_name">{{file.Content}}</p> -->
</div>
</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