feat:退租信息标红
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
<text class="twoline-hide">设备名称:{{ item.equipmentGoods.goodsName }}</text>
|
||||
<text class="twoline-hide">设备型号:{{ item.equipmentGoods.batteryModel }}</text>
|
||||
<text class="twoline-hide">下单用户:{{ item.nickname }}</text>
|
||||
<text class="twoline-hide" v-if="item.refuseDesc">退租被拒绝:{{ item.refuseDesc }}</text>
|
||||
<text class="twoline-hide yuqi-text" v-if="item.refuseDesc">退租被拒绝:{{ item.refuseDesc }}</text>
|
||||
<text class="twoline-hide yuqi-text"
|
||||
v-if="item.payStatus == 10 && item.expirationDay < 0">逾期状态:(已逾期{{ Math.abs(item.expirationDay) }}天)</text>
|
||||
<text class="twoline-hide yuqi-text"
|
||||
|
||||
Reference in New Issue
Block a user