Commit ffcfff5e4a07e61fa4944c797e5de90dce41e659

Authored by fengwotao
1 parent 3cc75b98

perf: 设备列表 修改设备标识输入框提示信息

... ... @@ -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 &&
... ...