From 1c3afa6404643594a4c8158768fdc759a2c718ae Mon Sep 17 00:00:00 2001
From: Lius <Lius2225@163.com>
Date: 星期一, 16 十二月 2024 11:34:17 +0800
Subject: [PATCH] 字段调整

---
 src/views/mdc/base/EquipmentList.vue |   46 ++++++----------------------------------------
 1 files changed, 6 insertions(+), 40 deletions(-)

diff --git a/src/views/mdc/base/EquipmentList.vue b/src/views/mdc/base/EquipmentList.vue
index 6cc55f5..e43d9d8 100644
--- a/src/views/mdc/base/EquipmentList.vue
+++ b/src/views/mdc/base/EquipmentList.vue
@@ -27,20 +27,6 @@
           </a-col>
 
           <a-col :md="4" :sm="4">
-            <a-form-item label="璁惧绾у埆">
-              <j-dict-select-tag placeholder="璇烽�夋嫨璁惧绾у埆" dictCode="device_level" v-model="queryParam.deviceLevel"
-                                 allow-clear/>
-            </a-form-item>
-          </a-col>
-
-          <a-col :md="4" :sm="4">
-            <a-form-item label="璁惧绉嶇被">
-              <j-dict-select-tag placeholder="璇烽�夋嫨璁惧绉嶇被" dictCode="device_category" v-model="queryParam.deviceCategory"
-                                 allow-clear/>
-            </a-form-item>
-          </a-col>
-
-          <a-col :md="4" :sm="4">
             <a-button type="primary" @click="searchQuery" icon="search">鏌ヨ</a-button>
             <a-button type="primary" @click="searchReset" icon="reload" style="margin-left: 8px">閲嶇疆</a-button>
           </a-col>
@@ -195,23 +181,16 @@
             dataIndex: 'equipmentIp'
           },
           {
-            title: '璁惧鍔熺巼',
+            title: '鏈哄簥绔彛',
             align: 'center',
             width: 200,
-            dataIndex: 'devicePower'
+            dataIndex: 'dataPort'
           },
           {
             title: '閮ㄩ棬',
             align: 'center',
             width: 200,
             dataIndex: 'orgCodeTxt'
-          },
-
-          {
-            title: '绯荤粺鐗堟湰',
-            align: 'center',
-            width: 200,
-            dataIndex: 'systemVersion'
           },
           {
             title: '鎿嶄綔',
@@ -296,16 +275,10 @@
                   dataIndex: 'equipmentIp'
                 },
                 {
-                  title: '璁惧鍔熺巼',
+                  title: '鏈哄簥绔彛',
                   align: 'center',
                   width: 200,
-                  dataIndex: 'devicePower'
-                },
-                {
-                  title: '绯荤粺鐗堟湰',
-                  align: 'center',
-                  width: 200,
-                  dataIndex: 'systemVersion'
+                  dataIndex: 'dataPort'
                 },
                 {
                   title: '鎿嶄綔',
@@ -369,23 +342,16 @@
                   dataIndex: 'equipmentIp'
                 },
                 {
-                  title: '璁惧鍔熺巼',
+                  title: '鏈哄簥绔彛',
                   align: 'center',
                   width: 200,
-                  dataIndex: 'devicePower'
+                  dataIndex: 'dataPort'
                 },
                 {
                   title: '閮ㄩ棬',
                   align: 'center',
                   width: 200,
                   dataIndex: 'orgCodeTxt'
-                },
-
-                {
-                  title: '绯荤粺鐗堟湰',
-                  align: 'center',
-                  width: 200,
-                  dataIndex: 'systemVersion'
                 },
                 {
                   title: '鎿嶄綔',

--
Gitblit v1.9.3