Showing
2 changed files
with
2 additions
and
2 deletions
... | ... | @@ -25,7 +25,7 @@ export const schemas: FormSchema[] = [ |
25 | 25 | { |
26 | 26 | field: FieldsEnum.ACCESS_CREDENTIALS, |
27 | 27 | label: '访问凭证', |
28 | - component: 'Input', | |
28 | + component: 'InputPassword', | |
29 | 29 | ifShow: ({ model }) => model[FieldsEnum.IS_SHARE], |
30 | 30 | componentProps: { |
31 | 31 | maxLength: 64, | ... | ... |