From f045fa8411bb36313d160342a184c55b09d4fe7f Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期四, 12 六月 2025 10:38:23 +0800
Subject: [PATCH] 更新 .gitignore 文件
---
项目代码/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