Commit 9fe38b0d authored by liudong1993's avatar liudong1993

1

parent eb223c00
...@@ -343,8 +343,8 @@ ...@@ -343,8 +343,8 @@
</el-form> </el-form>
<div v-if="name=='凭证图'" class="Credentials-box"> <div v-if="name=='凭证图'" class="Credentials-box">
<div class="Credentials-text"> <div class="Credentials-text">
<div class="Credentialstext-box"> <div class="Credentialstext-box" v-if="obj.CancelVoucherList.length >0">
<p>熔断凭证</p> <p>熔断/取消凭证</p>
<div class="Credentialsimg-box"> <div class="Credentialsimg-box">
<el-image v-for="(items,index) in obj.CancelVoucherList" :key="index" <el-image v-for="(items,index) in obj.CancelVoucherList" :key="index"
:src="domainManager().ViittoFileUrl+items"></el-image> :src="domainManager().ViittoFileUrl+items"></el-image>
...@@ -352,7 +352,7 @@ ...@@ -352,7 +352,7 @@
</div> </div>
<div class="Credentialstext-box"> <div class="Credentialstext-box">
<p>取消凭证</p> <p>出票凭证</p>
<div class="Credentialsimg-box"> <div class="Credentialsimg-box">
<el-image v-for="(items,index) in obj.TicketVoucherList" :key="index" <el-image v-for="(items,index) in obj.TicketVoucherList" :key="index"
:src="domainManager().ViittoFileUrl+items"> :src="domainManager().ViittoFileUrl+items">
......
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