mirror of
https://gitee.com/gz-yami/mall4v.git
synced 2026-03-22 08:07:17 +08:00
【产品管理-规格管理】不输入属性值,点击+号无提示
This commit is contained in:
@@ -34,7 +34,7 @@
|
|||||||
clearable></el-input>
|
clearable></el-input>
|
||||||
</el-col>
|
</el-col>
|
||||||
<el-col :span="4">
|
<el-col :span="4">
|
||||||
<el-button type="primary"
|
<el-button v-show="scope.row.prodPropValues[scope.row.prodPropValues.length-1].propValue" type="primary"
|
||||||
class="add-input"
|
class="add-input"
|
||||||
icon="el-icon-circle-plus"
|
icon="el-icon-circle-plus"
|
||||||
@click="addInput()"></el-button>
|
@click="addInput()"></el-button>
|
||||||
|
|||||||
Reference in New Issue
Block a user