소스 검색

fix: 订单列表状态修复

chenjj 4 주 전
부모
커밋
51b0598d1d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>