From 264f33302ff299127eb32b2735984a4c62704628 Mon Sep 17 00:00:00 2001 From: GGJ <357021191@qq.com> Date: Tue, 16 Dec 2025 13:38:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=86=80=E5=8C=97=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/stores/modules/dict.ts | 1 + src/utils/dict.ts | 1 + src/views/pqs/auditManage/auditList/index.vue | 2 +- src/views/pqs/auditManage/userInfo/index.vue | 2 +- .../terminal/FrontManagement/index.vue | 48 +++--- .../components/disposition.vue | 2 +- .../terminal/TerminalManagement/index.vue | 2 +- src/views/pqs/comptroller/list.vue | 2 +- .../area/TransientEventList/index.vue | 2 +- .../area/getIntegrityData/index.vue | 2 +- .../area/onlinerate/index.vue | 2 +- .../detailed/division/index.vue | 2 +- .../embed/lntegruty/components/table.vue | 2 +- .../embed/lntegruty/components_JB/table.vue | 2 +- .../embed/lntegruty/index_JB.vue | 2 +- .../embed/onlinerate/components/table.vue | 2 +- .../embed/onlinerate/index_JB.vue | 2 +- .../monitoringPoint/online/index.vue | 4 +- .../runManage/monitoringPoints/index.vue | 2 +- .../runManage/terminalLedger/index.vue | 2 +- .../components/details/temporaryState.vue | 114 +++++++------- .../panorama/components/mapR.vue | 10 +- .../alarmCleaning/components/alarm.vue | 4 +- .../cleaning/components/abnormal.vue | 4 +- .../components/terminalDetails.vue | 2 +- .../pqs/runManage/runEvaluate/index_JB.vue | 2 +- .../components1/complaintsDetail.vue | 4 +- .../components1/testRunDetail.vue | 2 +- .../pqs/supervise/electricalEnergy/index.vue | 2 +- .../harmonicSurvey/components/planAdd.vue | 119 +++++++++++---- .../harmonicSurvey/components/planManage.vue | 4 +- .../components/undocumented/detail.vue | 2 +- src/views/pqs/supervise/interfere/index.vue | 2 +- .../supervise/terminal/components/detail.vue | 132 +++++++++------- .../terminal/components/deviceLedgerTable.vue | 2 +- .../components/transformerStationLedger.vue | 116 +++++--------- .../terminal/components/userLedger.vue | 141 ++++++++---------- src/views/pqs/supervise/terminal/index.vue | 14 +- .../components/undocumented/detail.vue | 132 +++++++++------- .../terminal/components/detail.vue | 132 +++++++++------- .../Region/transientList/index.vue | 2 +- .../eventStatistics/ITICquxianfenxi/index.vue | 1 + .../eventStatistics/SEMIF47fenxi/index.vue | 1 + .../chixushijiangailvfenbu/index.vue | 1 + .../dianyazanjiangbiaojimidu/index.vue | 1 + .../zanjiangfenbutongji/index.vue | 1 + .../zanjiangfuzhigailvfenbu/index.vue | 1 + .../online/eventStudy/index.vue | 2 +- .../monitoringPoint/online/index_JB.vue | 20 +-- .../online/transientReport/index.vue | 6 +- .../monitoringPoint/transientList/index.vue | 9 +- .../TerminalOperation/index.vue | 2 +- src/views/pqs/voltageSags/overview/right.vue | 2 +- .../voltageSags/report/eventReports/index.vue | 2 +- 54 files changed, 602 insertions(+), 475 deletions(-) diff --git a/src/stores/modules/dict.ts b/src/stores/modules/dict.ts index 40f49fd9..4547615d 100644 --- a/src/stores/modules/dict.ts +++ b/src/stores/modules/dict.ts @@ -68,6 +68,7 @@ export const useDictStore = defineStore('dict', { } }, getDictByType(type: string) { + console.log("🚀 ~ type:", type) if (!this.isSetDict) { this.setDictMap() } diff --git a/src/utils/dict.ts b/src/utils/dict.ts index 37aad748..5a9fa5dd 100644 --- a/src/utils/dict.ts +++ b/src/utils/dict.ts @@ -40,6 +40,7 @@ export const getIntDictOptions = (dictType: string): NumberDictDataType[] => { value: parseInt(dict.value + '') }) }) + console.log("🚀 ~ getIntDictOptions ~ dictOption:", dictOption) return dictOption } diff --git a/src/views/pqs/auditManage/auditList/index.vue b/src/views/pqs/auditManage/auditList/index.vue index abde1876..fbadad74 100644 --- a/src/views/pqs/auditManage/auditList/index.vue +++ b/src/views/pqs/auditManage/auditList/index.vue @@ -146,7 +146,7 @@ const tableStore: any = new TableStore({ { field: 'describe', title: '事件描述' }, { field: 'type', title: '事件类型', sortable: true }, { field: 'result', title: '操作结果', sortable: true }, - { field: 'ip', title: '操作IP' }, + { field: 'ip', title: '操作IP' ,width:'120px'}, { field: 'level', title: '事件等级', sortable: true } ], loadCallback: () => { diff --git a/src/views/pqs/auditManage/userInfo/index.vue b/src/views/pqs/auditManage/userInfo/index.vue index 64ab13d2..c2a653d9 100644 --- a/src/views/pqs/auditManage/userInfo/index.vue +++ b/src/views/pqs/auditManage/userInfo/index.vue @@ -26,7 +26,7 @@ const tableStore: any = new TableStore({ method: 'POST', column: [ { field: 'userName', title: '登录用户' }, - { field: 'ip', title: '登录ip' }, + { field: 'ip', title: '登录ip' ,width:'120px'}, { field: 'time', title: '登录时间' } ] }) diff --git a/src/views/pqs/business/terminal/FrontManagement/index.vue b/src/views/pqs/business/terminal/FrontManagement/index.vue index 6c3ab035..a7088b58 100644 --- a/src/views/pqs/business/terminal/FrontManagement/index.vue +++ b/src/views/pqs/business/terminal/FrontManagement/index.vue @@ -270,7 +270,7 @@ const tableStore = new TableStore({ method: 'POST', column: [ { title: '名称', field: 'name' }, - { title: 'IP', field: 'ip' }, + { title: 'IP', field: 'ip' ,width:'120px' }, { title: '等级', field: 'nodeGrade', @@ -332,29 +332,29 @@ const tableStore = new TableStore({ formData.value = JSON.parse(JSON.stringify(row)) } }, - { - name: 'edit', - title: '重启', - type: 'warning', - icon: 'el-icon-Delete', - render: 'confirmButton', - popconfirm: { - confirmButtonText: '确认', - cancelButtonText: '取消', - confirmButtonType: 'warning', - title: '确定重启吗?' - }, - click: row => { - askRestartProcess({ - deviceRebootType: null, - nodeId: row.id, - processNo: 1 - }).then(res => { - ElMessage.success('重启成功') - tableStore.index() - }) - } - }, + // { + // name: 'edit', + // title: '重启', + // type: 'warning', + // icon: 'el-icon-Delete', + // render: 'confirmButton', + // popconfirm: { + // confirmButtonText: '确认', + // cancelButtonText: '取消', + // confirmButtonType: 'warning', + // title: '确定重启吗?' + // }, + // click: row => { + // askRestartProcess({ + // deviceRebootType: null, + // nodeId: row.id, + // processNo: 1 + // }).then(res => { + // ElMessage.success('重启成功') + // tableStore.index() + // }) + // } + // }, { name: 'del', diff --git a/src/views/pqs/business/terminal/TerminalManagement/components/disposition.vue b/src/views/pqs/business/terminal/TerminalManagement/components/disposition.vue index c9075f05..3de7a332 100644 --- a/src/views/pqs/business/terminal/TerminalManagement/components/disposition.vue +++ b/src/views/pqs/business/terminal/TerminalManagement/components/disposition.vue @@ -25,7 +25,7 @@ :checkbox-config="{ labelField: 'name' }" > - + - +