Commit 436bceccbe6f5ed274d5db98ec01a4f9f9130f94
Merge branch 'ft_local_dev' into 'main'
fix:修改设备配置 设备类型字段名 See merge request huang/yun-teng-iot-front!371
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -77,7 +77,7 @@ export const step1Schemas: FormSchema[] = [ | @@ -77,7 +77,7 @@ export const step1Schemas: FormSchema[] = [ | ||
| 77 | slot: 'imageSelect', | 77 | slot: 'imageSelect', | 
| 78 | }, | 78 | }, | 
| 79 | { | 79 | { | 
| 80 | - field: 'brand', | 80 | + field: 'deviceType', | 
| 81 | component: 'ApiRadioGroup', | 81 | component: 'ApiRadioGroup', | 
| 82 | label: '设备类型', | 82 | label: '设备类型', | 
| 83 | required: true, | 83 | required: true, |