Commit eba9e51c88728b95f6c8dbcc3e149539fd6d508e
Merge branch 'cherry-pick-90c541f9' into 'main'
fix: 修复看板组件湿度符号不对应 See merge request yunteng/thingskit-front!1409
Showing
5 changed files
with
5 additions
and
5 deletions
... | ... | @@ -24,7 +24,7 @@ export const option: PublicPresetOptions = { |
24 | 24 | [ComponentConfigFieldEnum.SHOW_DEVICE_NAME]: false, |
25 | 25 | [ComponentConfigFieldEnum.MAX_NUMBER]: 100, |
26 | 26 | [ComponentConfigFieldEnum.SHOW_TIME]: false, |
27 | - [ComponentConfigFieldEnum.UNIT]: '℃', | |
27 | + [ComponentConfigFieldEnum.UNIT]: '%RH', | |
28 | 28 | [ComponentConfigFieldEnum.POINTER_COLOR]: '#15E2C6', |
29 | 29 | [ComponentConfigFieldEnum.INSTRUMENT_PANEL_COLOR]: '#61D4C5', |
30 | 30 | [ComponentConfigFieldEnum.FONT_SIZE]: 14, | ... | ... |
... | ... | @@ -22,7 +22,7 @@ export const option: PublicPresetOptions = { |
22 | 22 | [ComponentConfigFieldEnum.SHOW_DEVICE_NAME]: false, |
23 | 23 | [ComponentConfigFieldEnum.SHOW_TIME]: false, |
24 | 24 | [ComponentConfigFieldEnum.PROGRESS_BAR_CIRCLE]: false, |
25 | - [ComponentConfigFieldEnum.UNIT]: '℃', | |
25 | + [ComponentConfigFieldEnum.UNIT]: '%RH', | |
26 | 26 | [ComponentConfigFieldEnum.POINTER_COLOR]: '#15E2C6', |
27 | 27 | [ComponentConfigFieldEnum.INSTRUMENT_PANEL_COLOR]: '#61D4C5', |
28 | 28 | [ComponentConfigFieldEnum.MAX_NUMBER]: 100, | ... | ... |
... | ... | @@ -22,7 +22,7 @@ export const option: PublicPresetOptions = { |
22 | 22 | [ComponentConfigFieldEnum.SHOW_DEVICE_NAME]: false, |
23 | 23 | [ComponentConfigFieldEnum.SHOW_TIME]: false, |
24 | 24 | [ComponentConfigFieldEnum.MAX_NUMBER]: 100, |
25 | - [ComponentConfigFieldEnum.UNIT]: 'kw', | |
25 | + [ComponentConfigFieldEnum.UNIT]: 'kw/h', | |
26 | 26 | [ComponentConfigFieldEnum.FONT_SIZE]: 14, |
27 | 27 | [ComponentConfigFieldEnum.VALUE_SIZE]: 14, |
28 | 28 | }; | ... | ... |