【产品管理-规格管理】不输入属性值,点击+号无提示

This commit is contained in:
wyy 2023-04-17 10:03:24 +08:00
parent a6e2022757
commit 96817d551c

View File

@ -34,7 +34,7 @@
clearable></el-input>
</el-col>
<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"
icon="el-icon-circle-plus"
@click="addInput()"></el-button>