wyh преди 1 година
родител
ревизия
b821924674
променени са 2 файла, в които са добавени 9 реда и са изтрити 9 реда
  1. 7 7
      src/views/module_tpm/equipment/EquipmentList.vue
  2. 2 2
      src/views/module_tpm/equipment/modules/EquipmentForm.vue

+ 7 - 7
src/views/module_tpm/equipment/EquipmentList.vue

@@ -247,20 +247,20 @@
             align:"center",
             dataIndex: 'activeDate'
           },
-          {
-            title:'责任部门',
-            align:"center",
-            dataIndex: 'responseDepartment'
-          },
+          // {
+          //   title:'责任部门',
+          //   align:"center",
+          //   dataIndex: 'responseDepartment'
+          // },
           {
             title:'负责人',
             align:"center",
-            dataIndex: 'responsePerson'
+            dataIndex: 'responsePerson_dictText'
           },
           {
             title:'领用人',
             align:"center",
-            dataIndex: 'recipient'
+            dataIndex: 'recipient_dictText'
           },
           {
             title:'管理状态',

+ 2 - 2
src/views/module_tpm/equipment/modules/EquipmentForm.vue

@@ -84,11 +84,11 @@
               <j-date placeholder="请选择启用日期"  v-model="model.activeDate" :show-time="true" date-format="YYYY-MM-DD HH:mm:ss" style="width: 100%" />
             </a-form-model-item>
           </a-col>
-          <a-col :span="12">
+          <!-- <a-col :span="12">
             <a-form-model-item label="责任部门" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="responseDepartment">
               <a-input v-model="model.responseDepartment" placeholder="请输入责任部门"  ></a-input>
             </a-form-model-item>
-          </a-col>
+          </a-col> -->
           <a-col :span="12">
             <a-form-model-item label="负责人" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="responsePerson">
               <!-- <a-input v-model="model.responsePerson" placeholder="请输入负责人"  ></a-input> -->