Commit 381ac034e8cdcb149b2aee61feefa08917972260
Merge branch 'fix/DEFECT-1509' into 'main_dev'
fix: 修改看板开关量设备名称编辑不显示 See merge request yunteng/thingskit-front!818
Showing
1 changed file
with
6 additions
and
0 deletions
... | ... | @@ -34,6 +34,12 @@ |
34 | 34 | }, |
35 | 35 | }, |
36 | 36 | { |
37 | + field: ComponentConfigFieldEnum.SHOW_DEVICE_NAME, | |
38 | + label: '显示设备名称', | |
39 | + component: 'Checkbox', | |
40 | + defaultValue: option.showDeviceName, | |
41 | + }, | |
42 | + { | |
37 | 43 | field: ComponentConfigFieldEnum.SHOW_TIME, |
38 | 44 | label: '显示时间', |
39 | 45 | component: 'Checkbox', | ... | ... |