Explorar el Código

fix: 订单列表状态修复

chenjj hace 4 semanas
padre
commit
51b0598d1d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>