|
|
@@ -41,6 +41,7 @@ export function getVolunteerForm(options: {
|
|
|
additionalProps: {
|
|
|
placeholder: '请输入密码',
|
|
|
type: 'password',
|
|
|
+ extraMessage: '密码建议:8-20位,包含字母和数字,\n不要使用过于简单的密码',
|
|
|
} as FieldProps,
|
|
|
rules: [{ required: true, message: '请输入密码' }],
|
|
|
show: { callback: () => options.isNew.value || options.onlyPassword === true },
|