From 245cfffbbc8d96333eccf40885e6fdeeb0ed636e Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期五, 20 六月 2025 14:18:54 +0800 Subject: [PATCH] feat(eims): 添加未完成维修工单数量查询功能,优化搜索设备、保养、点检、维修查询,增加关键字模糊查询 --- eims-ui/apps/web-antd/src/views/_core/oauth-common.ts | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/eims-ui/apps/web-antd/src/views/_core/oauth-common.ts b/eims-ui/apps/web-antd/src/views/_core/oauth-common.ts index 6627442..dc7d50f 100644 --- a/eims-ui/apps/web-antd/src/views/_core/oauth-common.ts +++ b/eims-ui/apps/web-antd/src/views/_core/oauth-common.ts @@ -59,6 +59,7 @@ * action涓嶄负绌虹殑浼氬湪鐧诲綍椤垫樉绀� */ export const accountBindList: BindItem[] = [ + { avatar: TaobaoIcon, color: '#ff4000', @@ -101,4 +102,13 @@ source: 'github', title: 'GITHUB', }, + { + action: () => handleAuthBinding('keycloak'), + avatar: TaobaoIcon, + color: '#ff4000', + description: 'keycloak鐧诲綍', + key: '6', + source: 'keycloak', + title: 'keycloak', + }, ]; -- Gitblit v1.9.3