linwenxin 1 год назад
Родитель
Сommit
3ebdccef39
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      src/views/engineeringAuxiliaryParts/partsListInfo/index.vue

+ 3 - 3
src/views/engineeringAuxiliaryParts/partsListInfo/index.vue

@@ -120,7 +120,7 @@ export default {
           ],
           [
             this.optionsEvensAuth(['imp', 'template'], {
-              name: '导入辅材',
+              name: '导入',
               click: () => {}
             }),
             this.optionsEvensAuth('imp', ({ moduleName }) => {
@@ -217,7 +217,7 @@ export default {
           name: 'el-input',
           attributes: { placeholder: '请输入' },
           formItemAttributes: {
-            label: '辅材名称',
+            label: '配件名称',
             prop: 'goodsName',
             rules: [...required]
           }
@@ -247,7 +247,7 @@ export default {
           name: 'el-input',
           attributes: { placeholder: '请输入' },
           formItemAttributes: {
-            label: '商品代码',
+            label: '配件编码',
             prop: 'goodsCode',
             rules: []
           }