Commit fd873b66 authored by youjie's avatar youjie

no message

parent 34f46ab9
......@@ -421,18 +421,19 @@
<div v-if="file.Type==1">
<div class="iconfont "
style="text-align: center;line-height: 92px;"
:class="file.Content.substring(file.Content.lastIndexOf('.')+1,file.Content.length).toUpperCase()=='PDF'? 'icon-pdf' : 'icon-excel'" @click="showUpLoadFile(file)">
:class="file.Content.substring(file.Content.lastIndexOf('.')+1,file.Content.length).toUpperCase()=='PDF'? 'icon-pdf' : 'icon-excel'"
@click="showUpLoadFileT(file)">
</div>
</div>
<div v-if="file.Type==2">
<div class="iconfont icon-excel" @click="showUpLoadFile(file)">
<div class="iconfont icon-excel" @click="showUpLoadFileT(file)">
</div>
</div>
</template>
</div>
<div class="_fujian_box" style="display: flex;flex-wrap: wrap;margin-bottom: 10px;">
<div class="_fujian_box" style="display: flex;margin-bottom: 10px;">
<div class="_addUpload_box _addUpload_box_btm clearfix" v-if="attachmentsList.length>0">
<template v-for="(file,fIndex) in attachmentsList">
<div v-if="file.Type==3">
......@@ -527,7 +528,7 @@
</div>
<div v-if="file.Type==2">
<div class="iconfont icon-excel"
style="text-align: center;line-height: 92px;" @click="showUpLoadFile(file)">
style="text-align: center;line-height: 92px;" @click="showUpLoadFileT(file)">
</div>
</div>
......
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