From 75987c0c6fb4f81ce7ec8d1ca57928ee42563332 Mon Sep 17 00:00:00 2001 From: guanj Date: Mon, 5 Jan 2026 11:31:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/admin/components/navMenus.vue | 476 ++++++------ src/views/govern/manage/basic/dictionary.vue | 306 ++++---- .../govern/manage/basic/popupDictionary.vue | 707 ++++++++++-------- .../govern/manage/basic/popupVersion.vue | 526 +++++++------ src/views/govern/manage/basic/version.vue | 56 +- .../govern/monitorRecall/eventRecall.vue | 16 +- src/views/user/login.vue | 5 +- 7 files changed, 1156 insertions(+), 936 deletions(-) diff --git a/src/layouts/admin/components/navMenus.vue b/src/layouts/admin/components/navMenus.vue index 61dfd8b..bf8e925 100644 --- a/src/layouts/admin/components/navMenus.vue +++ b/src/layouts/admin/components/navMenus.vue @@ -1,238 +1,238 @@ - - - - - + + + + + diff --git a/src/views/govern/manage/basic/dictionary.vue b/src/views/govern/manage/basic/dictionary.vue index 7139f77..9c09316 100644 --- a/src/views/govern/manage/basic/dictionary.vue +++ b/src/views/govern/manage/basic/dictionary.vue @@ -1,136 +1,170 @@ - - + + diff --git a/src/views/govern/manage/basic/popupDictionary.vue b/src/views/govern/manage/basic/popupDictionary.vue index 6bd7a95..741f805 100644 --- a/src/views/govern/manage/basic/popupDictionary.vue +++ b/src/views/govern/manage/basic/popupDictionary.vue @@ -1,295 +1,412 @@ - - + + diff --git a/src/views/govern/manage/basic/popupVersion.vue b/src/views/govern/manage/basic/popupVersion.vue index 84533e8..deb8d8d 100644 --- a/src/views/govern/manage/basic/popupVersion.vue +++ b/src/views/govern/manage/basic/popupVersion.vue @@ -1,232 +1,294 @@ - - + + + diff --git a/src/views/govern/manage/basic/version.vue b/src/views/govern/manage/basic/version.vue index ffa3120..62d2c40 100644 --- a/src/views/govern/manage/basic/version.vue +++ b/src/views/govern/manage/basic/version.vue @@ -4,8 +4,12 @@ @@ -14,7 +18,7 @@ - + diff --git a/src/views/govern/monitorRecall/eventRecall.vue b/src/views/govern/monitorRecall/eventRecall.vue index 296279e..14e4409 100644 --- a/src/views/govern/monitorRecall/eventRecall.vue +++ b/src/views/govern/monitorRecall/eventRecall.vue @@ -29,7 +29,7 @@ const props = defineProps({ const tableStore: any = new TableStore({ url: '/cs-device-boot/csTerminalReply/bzLogs', - publicHeight: 0, + publicHeight: 10, method: 'POST', column: [ { @@ -42,7 +42,7 @@ const tableStore: any = new TableStore({ { field: 'engineeringName', title: '项目名称', - width: 120, + width: 100, formatter: row => { return row.cellValue ? row.cellValue : '/' } @@ -50,7 +50,7 @@ const tableStore: any = new TableStore({ { field: 'projectName', title: '工程名称', - width: 120, + width: 100, formatter: row => { return row.cellValue ? row.cellValue : '/' } @@ -58,7 +58,7 @@ const tableStore: any = new TableStore({ { field: 'deviceName', title: '设备名称', - width: 120, + width: 100, formatter: row => { return row.cellValue ? row.cellValue : '/' } @@ -66,7 +66,7 @@ const tableStore: any = new TableStore({ { field: 'lineName', title: '监测点名称', - width: 120, + width: 100, formatter: row => { return row.cellValue ? row.cellValue : '/' } @@ -74,7 +74,7 @@ const tableStore: any = new TableStore({ { field: 'logTime', title: '补召时间', - width: 160, + width: 150, formatter: row => { return row.cellValue ? row.cellValue : '/' } @@ -90,7 +90,7 @@ const tableStore: any = new TableStore({ { field: 'status', title: '状态', - width: 80, + width: 90, formatter: row => { return row.cellValue ? row.cellValue : '/' } @@ -98,7 +98,7 @@ const tableStore: any = new TableStore({ { field: 'result', title: '结果', - + minWidth: 200, formatter: row => { return row.cellValue ? row.cellValue : '/' } diff --git a/src/views/user/login.vue b/src/views/user/login.vue index 7c154c0..47968b5 100644 --- a/src/views/user/login.vue +++ b/src/views/user/login.vue @@ -18,7 +18,7 @@ type="text" clearable placeholder="用户名" - autocomplete="off" + >