Browse Source

order list fixed a bug

zizhong.wang 2 years ago
parent
commit
95ec697862
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/heatingPage/list.vue

+ 1 - 1
pages/heatingPage/list.vue

@@ -34,7 +34,7 @@
 				{{item.time}}
 			</view>  
 			<view class="display-flex-start">
-				<view class="notice-content-time" :style="{color:statusColor[item.status]}">{{statusObj[item.type]}}</view>
+				<view class="notice-content-time" :style="{color:statusColor[item.status]}">{{statusObj[item.status]}}</view>
 			</view>
           </view>
         </view>