linwenxin 7 kuukautta sitten
vanhempi
commit
cf27fdf1ef
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/packageMine/pages/salesProfit/index.vue

+ 1 - 1
src/packageMine/pages/salesProfit/index.vue

@@ -60,7 +60,7 @@
             >¥{{ item.workerAmount | priceFilter }}</view
           >
           <view class="status" :class="item.workerAmount > 0 || item.status == 'REFUND' ? 'blue' : 'orange'">{{
-            item.workerAmount > 0 || item.status == 'REFUND' ? '销售' : '退款'
+            item.workerAmount > 0 || item.status == 'REFUND' ? '销售' : ''
           }}</view>
         </view>
       </view>