From d13e6e7d5df05ba244971d2fabb788ccb0f5c12a Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期二, 27 一月 2026 15:12:10 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/JiAnLiKu
---
WCS/WIDESEAWCS_Client/src/views/quartzJob/deviceInfo.vue | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/WCS/WIDESEAWCS_Client/src/views/quartzJob/deviceInfo.vue b/WCS/WIDESEAWCS_Client/src/views/quartzJob/deviceInfo.vue
index 2c1fa51..6b86cae 100644
--- a/WCS/WIDESEAWCS_Client/src/views/quartzJob/deviceInfo.vue
+++ b/WCS/WIDESEAWCS_Client/src/views/quartzJob/deviceInfo.vue
@@ -94,7 +94,6 @@
deviceCode: "",
deviceType: "",
deviceStatus: "",
- createDate:"",
});
const searchFormOptions = ref([
[
@@ -112,11 +111,7 @@
type: "select",
dataKey: "deviceStatus",
data: [],
- },{
- field: "createDate",
- title: "鍒涘缓鏃堕棿",
- type: "datetime",
- },
+ },
],
]);
const columns = ref([
--
Gitblit v1.9.3