@@ -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>