From a84966c654d28df559c4b114915d101db7a4de8c Mon Sep 17 00:00:00 2001 From: wbc <942429426@qq.com> Date: Tue, 8 Jul 2025 11:21:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E7=95=99=E7=99=BE=E5=88=86=E6=AF=94?= =?UTF-8?q?=E4=B8=A4=E4=BD=8D=E5=B0=8F=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/onlineAnalysis/net/data.ts | 4 ++-- src/views/stationCheck/particulate/index.vue | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/onlineAnalysis/net/data.ts b/src/views/onlineAnalysis/net/data.ts index baf02ac..946e6bb 100644 --- a/src/views/onlineAnalysis/net/data.ts +++ b/src/views/onlineAnalysis/net/data.ts @@ -43,7 +43,7 @@ export const columns: BasicColumn[] = [ }, { title: '最新数据时间', - dataIndex: 'lastTimeS', + dataIndex: 'lastTime', }, { title: '本月应收数据', @@ -58,7 +58,7 @@ export const columns: BasicColumn[] = [ dataIndex: 'completionRate', customRender({ record }) { if (record.actualIncome) { - return record.actualIncome / record.planIncome; + return (record.actualIncome*100/ record.planIncome).toFixed(2); } return null; }, diff --git a/src/views/stationCheck/particulate/index.vue b/src/views/stationCheck/particulate/index.vue index d9a1ddf..7870329 100644 --- a/src/views/stationCheck/particulate/index.vue +++ b/src/views/stationCheck/particulate/index.vue @@ -44,12 +44,12 @@ }, immediate: true, columns: columns, - actionColumn: { - width: 300, - title: '操作', - key: 'action', - fixed: 'right', - }, + // actionColumn: { + // width: 300, + // title: '操作', + // key: 'action', + // fixed: 'right', + // }, }); //新增编辑弹窗 //详情,跳转