Commit 85b8a26a authored by liudong1993's avatar liudong1993

1

parent c44b18b2
...@@ -401,7 +401,9 @@ ...@@ -401,7 +401,9 @@
show-overflow-tooltip width="120"> show-overflow-tooltip width="120">
<template slot-scope="scope"> <template slot-scope="scope">
<div>{{scope.row.Remark}}</div> <div>{{scope.row.Remark}}</div>
<div v-for="(vitem,index) in scope.row.vorcherInos">{{vitem.Content}}</div> <template v-if="scope.row.vorcherInos">
<div v-for="(vitem,index) in scope.row.vorcherInos">{{vitem.Content}}</div>
</template>
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
......
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