From 5bfa895744de8733c882abe33bed89d1d8b2bc23 Mon Sep 17 00:00:00 2001 From: chendaofei <857448963@qq.com> Date: Tue, 24 Sep 2024 11:10:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9A=82=E9=99=8D=E9=A1=B5=E9=9D=A2=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/govern/device/control/tabs/event.vue | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/src/views/govern/device/control/tabs/event.vue b/src/views/govern/device/control/tabs/event.vue index 76c5f25..cd66bd7 100644 --- a/src/views/govern/device/control/tabs/event.vue +++ b/src/views/govern/device/control/tabs/event.vue @@ -38,17 +38,6 @@ const tableStore: any = new TableStore({ // { width: '60', type: 'checkbox', fixed: 'left' }, { title: '序号', type: 'seq', width: 80 }, { field: 'startTime', title: '发生时刻', minWidth: 170 }, - { - field: 'gcName', - title: '工程名称', - minWidth: 170, - formatter: (row: any) => { - row.cellValue = row.cellValue ? row.cellValue : '/' - return row.cellValue - } - }, - { field: 'projectName', title: '项目名称', minWidth: 170 }, - { field: 'itemName', title: '测试项名称', minWidth: 170 }, { field: 'showName', title: '事件描述', minWidth: 170 }, { field: 'phaseType', @@ -69,7 +58,7 @@ const tableStore: any = new TableStore({ } }, { - field: 'amplitude', + field: 'featureAmplitude', title: '暂降幅值(%)', minWidth: 100, formatter: (row: any) => { @@ -94,7 +83,7 @@ const tableStore: any = new TableStore({ // }, click: async row => { row.loading = true - await analyseWave(row.eventId) + await analyseWave(row.id) .then(res => { row.loading = false if (res != undefined) {