From 50706e13d5df93ceb541d39810df5845b5af7d71 Mon Sep 17 00:00:00 2001
From: “linengliang” <vanSuperEnergy@163.com>
Date: 星期日, 29 十月 2023 23:29:30 +0800
Subject: [PATCH] 消息加台账导入

---
 src/views/eam/EquipmentListOfCrane.vue |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/src/views/eam/EquipmentListOfCrane.vue b/src/views/eam/EquipmentListOfCrane.vue
index 0b438ca..0187f86 100644
--- a/src/views/eam/EquipmentListOfCrane.vue
+++ b/src/views/eam/EquipmentListOfCrane.vue
@@ -77,20 +77,20 @@
         <a-row :gutter="24">
           <a-col :span="6">
             <a-form-item
-              label="浜х嚎"
+              label="宸ュ尯"
               :labelCol="labelCol"
             :wrapperCol="wrapperCol"
             >
             <j-dict-select-tag
                 allow-clear
-                placeholder="璇烽�夋嫨浜х嚎"
+                placeholder="璇烽�夋嫨宸ュ尯"
                 :triggerChange="true"
-                dictCode="mom_base_work_center,name,id,del_flag!='1'"
-                v-model="queryParam.workCenterId"
+                dictCode="mom_base_area,name,id,del_flag!='1'"
+                v-model="queryParam.factoryModelId"
               />
             </a-form-item>
           </a-col>
-          <a-col :span="6">
+          <!-- <a-col :span="6">
             <a-form-item
               label="杞﹂棿"
               :labelCol="labelCol"
@@ -104,7 +104,7 @@
                 v-model="queryParam.factoryModelId"
               />
             </a-form-item>
-          </a-col>
+          </a-col> -->
           <a-col :span="6">
             <a-form-item
               label="缁存姢閮ㄩ棬"
@@ -577,6 +577,11 @@
           align: "center",
           dataIndex: 'specificEquipment_dictText',
         },
+        {
+          title: '鎶�鏈姸鎬侀壌瀹氱被鍨�',
+          align: "center",
+          dataIndex: 'technologyStatusVerificationType_dictText',
+        },
         // {
         //   title: '宸ュ尯',
         //   align: "center",

--
Gitblit v1.9.3