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