Commit 529a3d0e4313c24d146c13246e8b8d10824f4f62

Authored by loveumiko
1 parent ec63434e

fix: 修改看板组件问题

... ... @@ -47,8 +47,8 @@
47 47 const defaultSvgList = ref<any>([
48 48 {
49 49 value: 26.2,
50   - deviceRename: '温湿度',
51   - attributeRename: '温度',
  50 + deviceName: '温湿度',
  51 + attributeName: '温度',
52 52 icon: 'zongfushe',
53 53 unit: '℃',
54 54 iconColor: '#367BFF',
... ... @@ -56,8 +56,8 @@
56 56 },
57 57 {
58 58 value: 53.7,
59   - deviceRename: '温湿度',
60   - attributeRename: '湿度',
  59 + deviceName: '温湿度',
  60 + attributeName: '湿度',
61 61 icon: 'guangzhaoqiangdu',
62 62 unit: '℃',
63 63 iconColor: '#FFA000',
... ...