Commit 1dd34796 authored by youjie's avatar youjie

no message

parent b578e81b
...@@ -403,7 +403,8 @@ ...@@ -403,7 +403,8 @@
<template slot-scope="scope"> <template slot-scope="scope">
<div>{{scope.row.Remark}}</div> <div>{{scope.row.Remark}}</div>
<template v-if="scope.row.vorcherInos"> <template v-if="scope.row.vorcherInos">
<div v-for="(vitem,index) in scope.row.vorcherInos" style="display: flex;flex-direction: row;flex-wrap: wrap;"> <div style="display: flex;flex-direction: row;flex-wrap: wrap;">
<template v-for="(vitem,index) in scope.row.vorcherInos">
<el-image v-if="vitem.Type==3" <el-image v-if="vitem.Type==3"
style="width: 30px; height: 30px;margin-right: 3px;" style="width: 30px; height: 30px;margin-right: 3px;"
:src="vitem.Content" :src="vitem.Content"
...@@ -417,6 +418,7 @@ ...@@ -417,6 +418,7 @@
</div> </div>
</div> </div>
</template>
</div> </div>
</template> </template>
</template> </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