Commit e0511ef4 authored by liudong1993's avatar liudong1993

1

parent 3fc2f7d1
......@@ -1110,7 +1110,6 @@
</div>
<div class="clearfix" style="border:none;">
<template v-for="(file,fIndex) in GetDetail.VorcherInos" v-if="file.Type===1">
<span>{{fIndex+1}}</span>
<div class="_wenjian" @click="showUpLoadFile(file)">
<p v-if="file.Type==1" class="_wenjian_P iconfont"
:class="file.Content.substring(file.Content.lastIndexOf('.')+1,file.Content.length).toUpperCase()=='PDF'? 'icon-pdf' : 'icon-excel'">
......@@ -1130,7 +1129,6 @@
<span class="iconfont icon-guanbi1" @click="deleteUploadFile(fIndex)"></span>
</div>
<div v-if="file.Type==1">
<span>{{fIndex+1}}</span>
<div class="iconfont _wenjian_P"
:class="file.Content.substring(file.Content.lastIndexOf('.')+1,file.Content.length).toUpperCase()=='PDF'? 'icon-pdf' : 'icon-excel'"
@click="showUpLoadFile(file)">
......
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