Commit 1dd34796 authored by youjie's avatar youjie

no message

parent b578e81b
......@@ -403,7 +403,8 @@
<template slot-scope="scope">
<div>{{scope.row.Remark}}</div>
<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"
style="width: 30px; height: 30px;margin-right: 3px;"
:src="vitem.Content"
......@@ -417,6 +418,7 @@
</div>
</div>
</template>
</div>
</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