From 4386ad05fb7fcf9a503df66e69bc471c8c0693a6 Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Mon, 15 May 2023 14:58:10 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=B7=A6=E4=BE=A7=E6=A0=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/css/common.scss | 4 ++-- src/views/Report/ReportDetail.vue | 2 +- src/views/Report/ReportManager.vue | 10 +++++++--- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/src/assets/css/common.scss b/src/assets/css/common.scss index 2d170a8..feef72e 100644 --- a/src/assets/css/common.scss +++ b/src/assets/css/common.scss @@ -61,8 +61,8 @@ overflow: auto; width: 100%; .filter-tree{ - width: fit-content; - + //width: fit-content; + width: auto; } } diff --git a/src/views/Report/ReportDetail.vue b/src/views/Report/ReportDetail.vue index 9365c13..59ebf0c 100644 --- a/src/views/Report/ReportDetail.vue +++ b/src/views/Report/ReportDetail.vue @@ -64,7 +64,7 @@
报告评级:
- +
- + 新增
- + @@ -333,6 +333,7 @@ export default { treeData: [ ], filterText:'', + filterText2:'', checkedKeys:[], privacyLevelOptions:[ { @@ -464,7 +465,10 @@ export default { watch: { filterText(val) { this.$refs.tree.filter(val); - } + }, + filterText2(val) { + this.$refs.tree2.filter(val); + } }, methods: {