|
@@ -11,7 +11,7 @@
|
|
|
</zj-form-container>
|
|
|
</zj-page-fill>
|
|
|
<div style="box-sizing: border-box; padding: 10px; text-align: right;">
|
|
|
- <el-button type="primary" size="small" @click="handleSubmit">保存</el-button>
|
|
|
+ <el-button v-if="!disabled" type="primary" size="small" @click="handleSubmit">保存</el-button>
|
|
|
<el-button v-if="formData.id && ~['SALE'].indexOf(formData.status)" type="primary" size="small"
|
|
|
@click="copyGoods">克隆商品</el-button>
|
|
|
<el-button v-if="formData.id && ~['ON'].indexOf(formData.status)" type="primary" size="small"
|