From e0cd695c11734348e1e01304bdff0696768c1fda Mon Sep 17 00:00:00 2001
From: cuijian <cuijian@xalxzn.com>
Date: 星期四, 16 十一月 2023 10:57:17 +0800
Subject: [PATCH] 设备编码、对象部门修改为统一编码、使用部门

---
 src/views/eam/MalfunctionRepair.vue |   59 +++++++++--------------------------------------------------
 1 files changed, 9 insertions(+), 50 deletions(-)

diff --git a/src/views/eam/MalfunctionRepair.vue b/src/views/eam/MalfunctionRepair.vue
index ea0a7f5..e0b6cef 100644
--- a/src/views/eam/MalfunctionRepair.vue
+++ b/src/views/eam/MalfunctionRepair.vue
@@ -25,9 +25,9 @@
             :md="6"
             :sm="8"
           >
-            <a-form-item label="璁惧缂栫爜">
+            <a-form-item label="缁熶竴缂栫爜">
               <a-input
-                placeholder="璇疯緭鍏ヨ澶囩紪鐮�"
+                placeholder="璇疯緭鍏ョ粺涓�缂栫爜"
                 v-model="queryParam.equipmentNum"
               ></a-input>
             </a-form-item>
@@ -79,52 +79,6 @@
         @change="handleTableChange"
         :customRow="clickThenSelect"
       >
-        <!-- :rowSelection="rowSelection" -->
-        <!-- :rowSelection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }" -->
-
-        <!-- <template
-          slot="htmlSlot"
-          slot-scope="text"
-        >
-          <div v-html="text"></div>
-        </template>
-        <template
-          slot="imgSlot"
-          slot-scope="text,record"
-        >
-          <span
-            v-if="!text"
-            style="font-size: 12px;font-style: italic;"
-          >鏃犲浘鐗�</span>
-          <img
-            v-else
-            :src="getImgView(text)"
-            :preview="record.id"
-            height="25px"
-            alt=""
-            style="max-width:80px;font-size: 12px;font-style: italic;"
-          />
-        </template>
-        <template
-          slot="fileSlot"
-          slot-scope="text"
-        >
-          <span
-            v-if="!text"
-            style="font-size: 12px;font-style: italic;"
-          >鏃犳枃浠�</span>
-          <a-button
-            v-else
-            :ghost="true"
-            type="primary"
-            icon="download"
-            size="small"
-            @click="downloadFile(text)"
-          >
-            涓嬭浇
-          </a-button>
-        </template> -->
-
         <span
           slot="action"
           slot-scope="text, record"
@@ -206,7 +160,7 @@
           class="table-operator"
           style="margin-top: 0px"
         >
-          <FaultDescriptionList ref="FaultDescriptionList" />
+          <FaultDescriptionList ref="FaultDescriptionList"   @ok="modalFormOk"/>
         </div>
 
       </a-tab-pane>
@@ -272,7 +226,7 @@
           dataIndex: 'num'
         },
         {
-          title: '璁惧缂栫爜',
+          title: '缁熶竴缂栫爜',
           align: "center",
           dataIndex: 'equipmentNum'
         },
@@ -332,6 +286,11 @@
           dataIndex: 'isStopName',
         },
         {
+          title: '鏄惁鍦ㄥ姞宸ラ浂浠�',
+          align: "center",
+          dataIndex: 'errUda1_dictText',
+        },
+        {
           title: '鍒涘缓浜�',
           align: "center",
           dataIndex: 'createBy'

--
Gitblit v1.9.3