浏览代码

no message

linwenxin 7 月之前
父节点
当前提交
cf27fdf1ef
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>