Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -112,7 +112,7 @@ export const step1Schemas: FormSchema[] = [ |
112 | 112 | component: 'Input', |
113 | 113 | componentProps: { |
114 | 114 | maxLength: 255, |
115 | - placeholder: '请输入设备标识', | |
115 | + placeholder: '请输入设备标识或设备地址码', | |
116 | 116 | }, |
117 | 117 | ifShow: ({ values }) => |
118 | 118 | values?.transportType === TransportTypeEnum.TCP && | ... | ... |