Browse Source

维修负责人,第二维修负责人

2 years ago
parent
commit
16a5ce3359
2 changed files with 4 additions and 4 deletions
  1. 2 2
      src/views/sb/info/SbInfo.vue
  2. 2 2
      src/views/sb/info/modules/BaseForm.vue

+ 2 - 2
src/views/sb/info/SbInfo.vue

@@ -356,13 +356,13 @@ export default {
           }
         },
         {
-          title: '第一维修人',
+          title: '维修负责人',
           checked: true,
           width: 150,
           dataIndex: 'repairUserName'
         },
         {
-          title: '第二维修人',
+          title: '第二维修负责人',
           checked: true,
           width: 150,
           dataIndex: 'repairUserNameSecond'

+ 2 - 2
src/views/sb/info/modules/BaseForm.vue

@@ -447,7 +447,7 @@
         </a-col>-->
         <a-col :lg="12" :md="24" :sm="24">
           <a-form-item
-            label="维修人"
+            label="维修负责人"
             :labelCol="BaseTool.Constant.labelCol"
             :wrapperCol="BaseTool.Constant.wrapperCol"
           >
@@ -463,7 +463,7 @@
         </a-col>
         <a-col :lg="12" :md="24" :sm="24">
           <a-form-item
-            label="第二维修人"
+            label="第二维修负责人"
             :labelCol="BaseTool.Constant.labelCol"
             :wrapperCol="BaseTool.Constant.wrapperCol"
           >