添加用户时展示提示信息密码为手机号后六位
This commit is contained in:
parent
b9a5d57595
commit
abaa03512e
@ -145,6 +145,21 @@ export const schema = reactive<FormSchema[]>([
|
|||||||
},
|
},
|
||||||
value: '0'
|
value: '0'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
field: '',
|
||||||
|
label: '默认密码',
|
||||||
|
colProps: {
|
||||||
|
span: 12
|
||||||
|
},
|
||||||
|
component: 'Text',
|
||||||
|
componentProps: {
|
||||||
|
style: {
|
||||||
|
width: '100%'
|
||||||
|
}
|
||||||
|
},
|
||||||
|
value: '手机号后六位',
|
||||||
|
ifshow: (values) => values.id === undefined
|
||||||
|
},
|
||||||
{
|
{
|
||||||
field: 'is_staff',
|
field: 'is_staff',
|
||||||
label: '工作人员',
|
label: '工作人员',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user