From 2d2d6bf8565f5b89fc9ee054bf6e62f9592f8673 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期一, 23 六月 2025 08:37:37 +0800
Subject: [PATCH] 1

---
 项目代码/WCS/WIDESEAWCS_Client/src/views/quartzJob/deviceInfo.vue |   14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/quartzJob/deviceInfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/quartzJob/deviceInfo.vue"
index 2c1fa51..dc734d6 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/quartzJob/deviceInfo.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/quartzJob/deviceInfo.vue"
@@ -27,6 +27,7 @@
       sortName: "createDate",
     });
     const editFormFields = ref({
+      id:"",
       deviceCode: "",
       deviceName: "",
       deviceType: "",
@@ -94,7 +95,6 @@
       deviceCode: "",
       deviceType: "",
       deviceStatus: "",
-      createDate:"",
     });
     const searchFormOptions = ref([
       [
@@ -112,11 +112,7 @@
           type: "select",
           dataKey: "deviceStatus",
           data: [],
-        },{
-        field: "createDate",
-        title: "鍒涘缓鏃堕棿",
-        type: "datetime",
-      },
+        },
       ],
     ]);
     const columns = ref([
@@ -165,14 +161,14 @@
         field: "deviceIp",
         title: "璁惧IP",
         type: "string",
-        width: 90,
+        width: 150,
         align: "left",
       },
       {
         field: "devicePort",
         title: "璁惧绔彛",
         type: "int",
-        width: 120,
+        width: 100,
         align: "left",
       },
       {
@@ -352,7 +348,7 @@
           align: "left",
         },
       ],
-      sortName: "CreateDate",
+      sortName: "createDate",
       key: "id",
     });
     return {

--
Gitblit v1.9.3