Browse Source

no message

linwenxin 1 năm trước cách đây
mục cha
commit
cda2950e94
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/secondHandMall/commodityManagement/form.vue

+ 1 - 1
src/views/secondHandMall/commodityManagement/form.vue

@@ -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"