mirror of
https://gitee.com/gz-yami/mall4j.git
synced 2025-12-26 07:56:43 +08:00
【产品管理-规格管理】不输入属性值,点击+号无提示
This commit is contained in:
parent
f5ff9a86b5
commit
b12dfcc0de
@ -34,10 +34,14 @@
|
||||
clearable></el-input>
|
||||
</el-col>
|
||||
<el-col :span="4">
|
||||
<el-button type="primary"
|
||||
class="add-input"
|
||||
icon="el-icon-circle-plus"
|
||||
@click="addInput()"></el-button>
|
||||
<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>
|
||||
</el-col>
|
||||
</template>
|
||||
</el-table-column>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user