From 347f7fc09744d8d1bcb92cc3665c593ff7bacc70 Mon Sep 17 00:00:00 2001 From: zhoulingpo Date: Wed, 26 Apr 2023 17:09:40 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9bug=E3=80=91?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=AD=97=E4=BD=93=E5=8F=98=E6=88=90=E7=BA=A2?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Report/ReportManager.vue | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/src/views/Report/ReportManager.vue b/src/views/Report/ReportManager.vue index 8c06e08..8ab8717 100644 --- a/src/views/Report/ReportManager.vue +++ b/src/views/Report/ReportManager.vue @@ -27,7 +27,7 @@ - + 查询 重置 @@ -89,7 +89,7 @@ - + @@ -157,7 +157,7 @@ 编辑 - 删除 @@ -188,7 +188,7 @@ this.$message({type:'error',message:'单个关键词不能超过20个字'}) tags = newTags.slice(0,-1) } - + }" /> @@ -426,7 +426,7 @@ export default { this.$refs.tree.filter(val); } }, - + methods: { init() { this.getTreeLabel() @@ -479,7 +479,7 @@ export default { this.getTreeLabel() } }) - + done(); }) .catch(_ => { }); @@ -712,7 +712,7 @@ export default { this.labelList(); this.reset(); }, - + /* =============================================== 报告上传 =============================================== */ // 打开报告上传 openReportAdd() { @@ -815,7 +815,7 @@ export default { confidentialLevel:undefined, //涉密等级 labelList:[] //标签 }; - this.tags = [] + this.tags = [] this.mode = mode; // this.labelList(); let rowData = JSON.parse(JSON.stringify(row)); @@ -1422,4 +1422,7 @@ export default { } } } +.deleRed{ + color: red !important; +}