Commit c74be7ef3b0d6adb37c40b905fee4dca64166c35
Merge branch 'fix/board-other' into 'main_dev'
fix: 修改看板组件其他 See merge request yunteng/thingskit-front!777
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -68,7 +68,7 @@ | @@ -68,7 +68,7 @@ | ||
68 | :size="60" | 68 | :size="60" |
69 | :style="{ color: isOpenClose ? getDesign.iconColor : getDesign.iconColorClose }" | 69 | :style="{ color: isOpenClose ? getDesign.iconColor : getDesign.iconColorClose }" |
70 | /> | 70 | /> |
71 | - <div class="text-gray-500 text-sm truncate m-2">{{ getDesign.attribute || '温度' }}</div> | 71 | + <div class="text-gray-500 text-sm truncate m-2">{{ getDesign.attribute || '' }}</div> |
72 | </div> | 72 | </div> |
73 | <UpdateTime v-show="getDesign.showTime" :time="time" /> | 73 | <UpdateTime v-show="getDesign.showTime" :time="time" /> |
74 | </main> | 74 | </main> |