Showing
1 changed file
with
6 additions
and
0 deletions
... | ... | @@ -188,6 +188,12 @@ export const basicInfoForm: FormSchema[] = [ |
188 | 188 | }, |
189 | 189 | }, |
190 | 190 | { |
191 | + field: FieldsEnum.TRANSPORT_TYPE, | |
192 | + label: '', | |
193 | + component: 'Input', | |
194 | + show: false, | |
195 | + }, | |
196 | + { | |
191 | 197 | field: FieldsEnum.GATEWAY_TB_DEVICE_ID, |
192 | 198 | component: 'ApiSelect', |
193 | 199 | label: '网关设备', | ... | ... |