Browse Source

fix: 订单列表状态修复

chenjj 4 weeks ago
parent
commit
51b0598d1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages_classify/components/orderList/listItem.vue

+ 1 - 1
pages_classify/components/orderList/listItem.vue

@@ -9,7 +9,7 @@
                     <view class="item-name">
                         {{ data.name }}
                     </view>
-                    <view v-if="data.score">
+                    <view v-if="data.score || ['0','1'].includes(String(data.orderStatus))">
                         <dict-tag :options="lrr_service_status" :value="String(data.orderStatus)"  />
                     </view>
                     <text v-else>