From 0d155c8680deff4f50a95824e6f950bcffc12ac0 Mon Sep 17 00:00:00 2001 From: guanj Date: Thu, 8 Jan 2026 11:32:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cockpit/indicatorFittingChart/index.vue | 5 +- .../cockpit/trendComparison/index.vue | 46 ++++++++++++++++--- src/layouts/admin/components/navMenus.vue | 4 +- 3 files changed, 46 insertions(+), 9 deletions(-) diff --git a/src/components/cockpit/indicatorFittingChart/index.vue b/src/components/cockpit/indicatorFittingChart/index.vue index 65ad6f7..31e1d6d 100644 --- a/src/components/cockpit/indicatorFittingChart/index.vue +++ b/src/components/cockpit/indicatorFittingChart/index.vue @@ -100,7 +100,10 @@ const tableStore: any = new TableStore({ { title: '监测对象类型', field: 'objType', - minWidth: '90' + minWidth: '90', + formatter: (row: any) => { + return row.cellValue || '/' + } }, { title: '是否治理', diff --git a/src/components/cockpit/trendComparison/index.vue b/src/components/cockpit/trendComparison/index.vue index c8bfe6d..0c7518e 100644 --- a/src/components/cockpit/trendComparison/index.vue +++ b/src/components/cockpit/trendComparison/index.vue @@ -81,6 +81,7 @@ height: `calc(${prop.height} - ${headerHeight}px + ${fullscreen ? 0 : 56}px)` }" /> +