From ec1b76c8b99afabc6112636fc9e43a9183b18895 Mon Sep 17 00:00:00 2001 From: wangshiming Date: Mon, 10 Jan 2022 20:04:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E8=BE=86=E5=AF=B9=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../staff-management/staff-modal/staff-modal.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/routes/sys-setting/components/staff-management/staff-modal/staff-modal.component.ts b/src/app/routes/sys-setting/components/staff-management/staff-modal/staff-modal.component.ts index 8e332560..e9c1c557 100644 --- a/src/app/routes/sys-setting/components/staff-management/staff-modal/staff-modal.component.ts +++ b/src/app/routes/sys-setting/components/staff-management/staff-modal/staff-modal.component.ts @@ -27,7 +27,7 @@ export class SystemStaffStaffModalComponent implements OnInit { staffName: { title: '员工姓名', type: 'string', - maxLength: 32, + maxLength: 11, ui: { widget: staff?.appUserId ? 'text' : 'string', placeholder: '请输入员工姓名' }, default: staff.name },