Commit 2658f3c4c8d992f2a7c4cf9b9f63137ebea491bc

Authored by fengtao
1 parent 4d3a00c7

fix:数据流转 修改部分改密码框

... ... @@ -466,7 +466,7 @@ export const modeMqttForm: FormSchema[] = [
466 466 field: 'password',
467 467 label: 'Password',
468 468 colProps: { span: 12 },
469   - component: 'Input',
  469 + component: 'InputPassword',
470 470 componentProps: {
471 471 maxLength: 255,
472 472 placeholder: '请输入Password',
... ...