From 44aec2bce6c7dd7ca744f5b11fa4df0f0e961a95 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期二, 08 七月 2025 20:47:59 +0800 Subject: [PATCH] 1、保养规范页面保养项明细字段展示名称以及列调整 2、保养规范页面使用标签栏区分点检及二保保养项明细中的保养项分类 --- src/views/mdc/base/StatisticsChart.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/mdc/base/StatisticsChart.vue b/src/views/mdc/base/StatisticsChart.vue index ddea5ef..65bec31 100644 --- a/src/views/mdc/base/StatisticsChart.vue +++ b/src/views/mdc/base/StatisticsChart.vue @@ -3,7 +3,7 @@ <div style="width: 100%; height: 100%;overflow: hidden"> <a-row type="flex" :gutter="16"> <a-col :md="5" :sm="24"> - <base-tree @getCurrSelected="changeSelectionNode"></base-tree> + <base-tree @getCurrSelected="changeSelectionNode" :filterAbnormalDeviceKey="'1'"></base-tree> </a-col> <a-col :md="24-5" :sm="24"> <statistics-legend :equip="selectEquementnode"></statistics-legend> -- Gitblit v1.9.3