|
@@ -55,7 +55,7 @@
|
|
|
<el-radio :label="2">指定商品</el-radio>
|
|
|
</el-radio-group>
|
|
|
</el-form-item>
|
|
|
- <el-form-item :hidden="form.productType === 2 ? false : true">
|
|
|
+ <el-form-item :hidden="form.productType === 2 && form.radio === 0 ? false : true">
|
|
|
<template>
|
|
|
<el-button @click="deleteProduct()">删除</el-button>
|
|
|
<el-button type="primary" @click="productList()">添加</el-button>
|