Browse Source

Update operationModel.vue

lex-xin 3 years ago
parent
commit
9e0e748e0d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/platformManager/productManger/operationModel.vue

+ 1 - 1
src/views/platformManager/productManger/operationModel.vue

@@ -8,7 +8,7 @@
           style="margin-bottom: 20px"
         ></el-alert>
       <el-form-item
-        label="分部"
+        label="产品名称"
         prop="name"
         :label-width="formLabelWidth"
         :rules="[{ required: true, message: '产品名称', trigger: 'blur' }]"