|
@@ -108,6 +108,7 @@
|
|
align="center"
|
|
align="center"
|
|
prop="jiaopu">
|
|
prop="jiaopu">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
|
+ <!-- item.name && -->
|
|
<div>
|
|
<div>
|
|
<el-dialog :visible.sync="scope.row.markVisible"
|
|
<el-dialog :visible.sync="scope.row.markVisible"
|
|
style="text-align:left;"
|
|
style="text-align:left;"
|
|
@@ -159,8 +160,8 @@
|
|
</el-dialog>
|
|
</el-dialog>
|
|
<span>
|
|
<span>
|
|
<span v-for='(item,index) in scope.row.markList'
|
|
<span v-for='(item,index) in scope.row.markList'
|
|
- v-if="item.name && scope.row.markChioseList.length>0"
|
|
|
|
- :key='index'>{{item.name+':'}}{{item.goods|goodsFilter(scope.row.markChioseList)}}{{' 价格 '+item.price }} </span>
|
|
|
|
|
|
+ v-if=" scope.row.markChioseList.length>0"
|
|
|
|
+ :key='index'>{{item.name?item.name+':':''}}{{item.goods|goodsFilter(scope.row.markChioseList)}}{{' 价格 '+item.price }} </span>
|
|
</span>
|
|
</span>
|
|
<i class='el-icon-edit'
|
|
<i class='el-icon-edit'
|
|
slot='reference'
|
|
slot='reference'
|