From c065008da08fe3c5cfbbc1d376dd8e6cb5bf4d40 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Thu, 4 Jul 2024 13:58:26 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E7=BB=9F=E4=B8=80=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/config/index.vue | 5 ++--- src/views/system/department/index.vue | 6 +++--- src/views/system/menu/index.vue | 8 ++++---- src/views/system/role/add.vue | 4 ++-- src/views/system/role/index.vue | 2 +- src/views/system/subsidiary/index.vue | 6 +++--- src/views/system/user/add.vue | 6 +++--- src/views/system/user/index.vue | 2 +- src/views/tool/dict/index.vue | 8 ++++---- src/views/workflow/process/ProcessDesign.vue | 12 ++++++------ src/views/workflow/process/ProcessSetting.vue | 8 +++++--- .../workflow/process/config/ApprovalNodeConfig.vue | 13 ++++++++----- src/views/workflow/process/index.vue | 6 +++--- 13 files changed, 45 insertions(+), 41 deletions(-) diff --git a/src/views/system/config/index.vue b/src/views/system/config/index.vue index f1ec30d..ea94ada 100644 --- a/src/views/system/config/index.vue +++ b/src/views/system/config/index.vue @@ -18,14 +18,13 @@ - 搜索 + 搜索 重置
- 新增 + 新增 删除 diff --git a/src/views/system/department/index.vue b/src/views/system/department/index.vue index 4cd5e0c..1767e6a 100644 --- a/src/views/system/department/index.vue +++ b/src/views/system/department/index.vue @@ -10,12 +10,12 @@ - 搜索 - 重置 + 搜索 + 重置
- {{ isExpand ? '全部收起' : '全部展开' }} + {{ isExpand ? '全部收起' : '全部展开' }}
- 搜索 - 重置 + 搜索 + 重置
- 新增 - {{ isExpand ? '全部收起' : '全部展开' }} + 新增 + {{ isExpand ? '全部收起' : '全部展开' }}
- 提交 - 返回 + 提交 + 返回
diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue index bc7a9b7..84f417d 100644 --- a/src/views/system/role/index.vue +++ b/src/views/system/role/index.vue @@ -186,7 +186,7 @@ const tableConfig = reactive({ } ], api: '/admin/role', - btns: [{name: '新增', key: 'add', auth: auths.add, type: 'primary'}], + btns: [{name: '新增', key: 'add', auth: auths.add, color:"#DED0B2"}], params: {} }) diff --git a/src/views/system/subsidiary/index.vue b/src/views/system/subsidiary/index.vue index 464310b..8371dcc 100644 --- a/src/views/system/subsidiary/index.vue +++ b/src/views/system/subsidiary/index.vue @@ -10,12 +10,12 @@ - 搜索 - 重置 + 搜索 + 重置
- {{ isExpand ? '全部收起' : '全部展开' }} + {{ isExpand ? '全部收起' : '全部展开' }}
- 提交 - 返回 + 提交 + 返回
@@ -246,4 +246,4 @@ onMounted(async ()=>{ \ No newline at end of file + diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 03b4764..d12a2ab 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -167,7 +167,7 @@ const tableConfig = reactive({ api: '/admin/mosr/user', params: {}, btns: [ - {name: '新增', type: 'primary', auth: ['admin:user:add'], key: 'add'} + {name: '新增', color:"#DED0B2", auth: ['admin:user:add'], key: 'add'} ] }) diff --git a/src/views/tool/dict/index.vue b/src/views/tool/dict/index.vue index afc598b..410a0da 100644 --- a/src/views/tool/dict/index.vue +++ b/src/views/tool/dict/index.vue @@ -3,13 +3,13 @@
- 新增 + 新增 - 修改 - 删除
@@ -40,7 +40,7 @@
- 新增 + 新增
diff --git a/src/views/workflow/process/ProcessDesign.vue b/src/views/workflow/process/ProcessDesign.vue index 323388e..b2ac0b8 100644 --- a/src/views/workflow/process/ProcessDesign.vue +++ b/src/views/workflow/process/ProcessDesign.vue @@ -1,14 +1,14 @@