Showing
2 changed files
with
7 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', | ... | ... |