From 8c6fd742db249ad4cc819cf041eb98d880a3ef73 Mon Sep 17 00:00:00 2001 From: hutongqing <hutongqing@hnkhzn.com> Date: 星期四, 02 一月 2025 15:09:07 +0800 Subject: [PATCH] 1 --- WIDESEAWCS_Client/src/views/quartzJob/deviceInfo.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WIDESEAWCS_Client/src/views/quartzJob/deviceInfo.vue b/WIDESEAWCS_Client/src/views/quartzJob/deviceInfo.vue index 6b86cae..48bb529 100644 --- a/WIDESEAWCS_Client/src/views/quartzJob/deviceInfo.vue +++ b/WIDESEAWCS_Client/src/views/quartzJob/deviceInfo.vue @@ -97,7 +97,7 @@ }); const searchFormOptions = ref([ [ - { title: "璁惧缂栧彿", field: "deviceCode" }, + { title: "璁惧缂栧彿", field: "deviceCode",type: "like" }, { title: "璁惧绫诲瀷", field: "deviceType", @@ -347,7 +347,7 @@ align: "left", }, ], - sortName: "CreateDate", + sortName: "createDate", key: "id", }); return { -- Gitblit v1.9.3