Commit 63969c27 authored by youjie's avatar youjie

no message

parent 4229cda8
...@@ -284,8 +284,8 @@ ...@@ -284,8 +284,8 @@
<div class="stage_value row items-center"> <div class="stage_value row items-center">
<div class="q-pr-lg text-blue row items-center" v-if="customObj.FileVoucher"> <div class="q-pr-lg text-blue row items-center" v-if="customObj.FileVoucher">
<el-image <el-image
v-if="customObj.FileVoucher.indexOf('jpg')!=-1||customObj.FileVoucher.indexOf('JPG')!=-1 v-if="customObj.FileVoucher.indexOf('.jpg')!=-1||customObj.FileVoucher.indexOf('.JPG')!=-1
||customObj.FileVoucher.indexOf('png')!=-1||customObj.FileVoucher.indexOf('PNG')!=-1" ||customObj.FileVoucher.indexOf('.png')!=-1||customObj.FileVoucher.indexOf('.PNG')!=-1"
style="height: 30px" style="height: 30px"
:src="customObj.FileVoucher" :src="customObj.FileVoucher"
:preview-src-list="[customObj.FileVoucher]" :preview-src-list="[customObj.FileVoucher]"
......
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