车辆对接

This commit is contained in:
wangshiming
2022-01-10 20:04:54 +08:00
parent 275cd0c1bc
commit ec1b76c8b9

View File

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