From 4c8f5c8afd8e24074bab0b353bd9320483feb9ac Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Wed, 15 Mar 2023 11:33:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=92=E8=89=B2=E6=9F=A5=E8=AF=A2=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E8=A7=92=E8=89=B2=E7=BC=96=E7=A0=81=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/role/role.data.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/system/role/role.data.ts b/src/views/system/role/role.data.ts index 75abeda..6e86cec 100644 --- a/src/views/system/role/role.data.ts +++ b/src/views/system/role/role.data.ts @@ -42,6 +42,12 @@ export const searchFormSchema: FormSchema[] = [ component: 'Input', colProps: { span: 6 }, }, + { + field: 'roleCode', + label: '角色编码', + component: 'Input', + colProps: { span: 6 }, + }, ]; /** * 角色用户搜索form