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 @@