From 395f6f352a1735504ed5a1f3fc388331360ec528 Mon Sep 17 00:00:00 2001 From: tcy <1193318383@qq.com> Date: Fri, 29 Aug 2025 14:55:22 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E5=92=8C=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 调整了多个组件中的缩进和换行方式 - 优化了部分长代码行的断行逻辑 - 统一了某些属性的格式 - 删除了一些不必要的空格 --- src/views/cory/workMessage/index.vue | 52 +++--- .../component/recyclingStation.vue | 37 ++-- src/views/quality/knowledgeDocument/index.vue | 176 +++++++++--------- src/views/system/role/index.vue | 136 ++++++-------- src/views/system/user/index.vue | 160 +++++++--------- 5 files changed, 256 insertions(+), 305 deletions(-) diff --git a/src/views/cory/workMessage/index.vue b/src/views/cory/workMessage/index.vue index 27204d5..71595ea 100644 --- a/src/views/cory/workMessage/index.vue +++ b/src/views/cory/workMessage/index.vue @@ -1,12 +1,15 @@ @@ -139,7 +139,7 @@ const onRecyclingStation = (row: any, flag: boolean) => { }); } }) - .catch(() => {}); + .catch(() => { }); }; const filterfilenPath = (val: string): string => { @@ -155,6 +155,7 @@ defineExpose({ .colBlock { display: block; } + .colNone { display: none; } diff --git a/src/views/quality/knowledgeDocument/index.vue b/src/views/quality/knowledgeDocument/index.vue index 2d68be4..595db09 100644 --- a/src/views/quality/knowledgeDocument/index.vue +++ b/src/views/quality/knowledgeDocument/index.vue @@ -5,48 +5,39 @@
-
- +
+ + - 上传文件 + + + 上传文件
- 下载 - 查看全项目文件 + + + 下载 + + + 查看全项目文件
- + @@ -59,22 +50,18 @@ - + - 搜索 - 重置 + + + 搜索 + + + 重置 - + @@ -163,15 +166,9 @@ - + @@ -197,20 +194,16 @@ - + - + @@ -219,20 +212,16 @@ - + - + @@ -245,7 +234,8 @@ - {{ dict.label }} + {{ dict.label }} + @@ -266,18 +256,9 @@ - + @@ -289,7 +270,8 @@ 是否更新已经存在的用户数据
仅允许导入xls、xlsx格式文件。 - 下载模板 + 下载模板