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

master
wyy 3 years ago
parent f5ff9a86b5
commit b12dfcc0de

@ -34,10 +34,14 @@
clearable></el-input> clearable></el-input>
</el-col> </el-col>
<el-col :span="4"> <el-col :span="4">
<el-button type="primary" <el-button
class="add-input" v-show="scope.row.prodPropValues[scope.row.prodPropValues.length-1].propValue"
icon="el-icon-circle-plus" type="primary"
@click="addInput()"></el-button> class="add-input"
icon="el-icon-circle-plus"
@click="addInput()"
>
</el-button>
</el-col> </el-col>
</template> </template>
</el-table-column> </el-table-column>

Loading…
Cancel
Save