Showing
1 changed file
with
1 additions
and
1 deletions
... | ... | @@ -68,7 +68,7 @@ |
68 | 68 | :size="60" |
69 | 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 | 72 | </div> |
73 | 73 | <UpdateTime v-show="getDesign.showTime" :time="time" /> |
74 | 74 | </main> | ... | ... |