From ae5576e899261ab2e1613b835dc0dcba2cc6e688 Mon Sep 17 00:00:00 2001
From: “linengliang” <vanSuperEnergy@163.com>
Date: 星期二, 02 一月 2024 16:05:47 +0800
Subject: [PATCH] 提交

---
 src/views/eam/MalfunctionRepair.vue |   29 +++++++++++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/src/views/eam/MalfunctionRepair.vue b/src/views/eam/MalfunctionRepair.vue
index e1cd998..8bab567 100644
--- a/src/views/eam/MalfunctionRepair.vue
+++ b/src/views/eam/MalfunctionRepair.vue
@@ -177,6 +177,22 @@
               ></a-input>
             </a-form-item>
           </a-col>
+          <a-col
+          :md="6"
+            :sm="6"
+          >
+            <a-form-item
+              label="鏄惁鍏抽敭璁惧"
+            >
+              <j-dict-select-tag
+                allow-clear
+                placeholder="璇烽�夋嫨鏄惁鍏抽敭璁惧"
+                :triggerChange="true"
+                dictCode="specific_equipment"
+                v-model="queryParam.specificEquipment"
+              />
+            </a-form-item>
+          </a-col>
         </a-row>
       </a-form>
     </div>
@@ -220,6 +236,13 @@
         @change="handleTableChange"
         :customRow="clickThenSelect"
       >
+      <span
+          slot="specificEquipment"
+          slot-scope="text"
+        >
+        <a-icon type="check" style="color: chartreuse;" v-if="text==='0'" />
+        <a-icon type="close" v-else style="color:red;"/>
+      </span>
         <span
           slot="action"
           slot-scope="text, record"
@@ -414,6 +437,12 @@
           },
         },
         {
+          title: '鍏抽敭璁惧',
+          align: "center",
+          dataIndex: 'specificEquipment',
+          scopedSlots: { customRender: 'specificEquipment' }
+        },
+        {
           title: '缁熶竴缂栧彿',
           align: "center",
           dataIndex: 'equipmentNum'

--
Gitblit v1.9.3