File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
src/views/mall/product/spu Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 80
80
<ImageUpload v-model =" scope.row.picUrl" :limit =" 1" :isShowTip =" false" style =" width : 100px ; height : 50px " />
81
81
</template >
82
82
</el-table-column >
83
- <template v-if =" this .specSwitch " >
84
- <el-table-column label =" sku名称" :render-header =" addRedStar" key =" 91" >
85
- <template slot-scope="scope">
86
- <el-form-item :prop =" 'rates.'+ scope.$index + '.name'" :rules =" [{required: true, trigger: 'change'}]" >
87
- <el-input v-model =" scope.row.name" />
88
- </el-form-item >
89
- </template >
90
- </el-table-column >
91
- </template >
92
83
<el-table-column label =" 市场价(元)" :render-header =" addRedStar" key =" 92" >
93
84
<template slot-scope="scope">
94
85
<el-form-item :prop =" 'rates.'+ scope.$index + '.marketPrice'" :rules =" [{required: true, trigger: 'change'}]" >
You can’t perform that action at this time.
0 commit comments