浏览代码

Finish Hotfix-zh-305

howie 2 年之前
父节点
当前提交
0ccf0790f1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/supply/engin/components/engin_form.vue

+ 1 - 1
src/views/supply/engin/components/engin_form.vue

@@ -854,7 +854,7 @@ export default {
     // 删除产品
     deleteItem(index, id) {
       if (this.listItem && this.examineStatus === 'OK' && id) {
-        this.$errorMsg('不能删除')
+        this.$errorMsg('已审核通过的型号不能删除')
         return
       }
       this.goodsList.splice(index, 1)