车辆对接
This commit is contained in:
@ -27,7 +27,7 @@ export class SystemStaffStaffModalComponent implements OnInit {
|
|||||||
staffName: {
|
staffName: {
|
||||||
title: '员工姓名',
|
title: '员工姓名',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
maxLength: 32,
|
maxLength: 11,
|
||||||
ui: { widget: staff?.appUserId ? 'text' : 'string', placeholder: '请输入员工姓名' },
|
ui: { widget: staff?.appUserId ? 'text' : 'string', placeholder: '请输入员工姓名' },
|
||||||
default: staff.name
|
default: staff.name
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user