From 46d143d1d6fe8f286399f4d027c9a86adf7cd7fc Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期三, 09 七月 2025 08:50:01 +0800 Subject: [PATCH] feat(inspection,maintenance): - 实现保养工单批量确认功能 - 在点检记录确认时增加时间限制,距离上次更新时间两小时内不允许确认 --- 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