shish пре 5 месеци
родитељ
комит
0cdc665a48
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      ghsApp/src/pagesPurchase/refundList.vue

+ 1 - 1
ghsApp/src/pagesPurchase/refundList.vue

@@ -7,8 +7,8 @@
               <text>日期:{{item.addTime.substr(5,11)}}</text>
               <text>单号:{{item.refundSn}}</text>
               <text>操作:{{item.shopAdminName}}</text>
+              <text style="color:#3385FF;">状态:{{ item.status==0?'退款中':item.status==1?'已完成':'已取消' }}</text>
               <text v-if="!$util.isEmpty(item.remark)" style="color:red;font-weight:bold;">备注:{{item.remark}}</text>
-              <text style="position:absolute;right:-465upx;top:0upx;">{{ item.status==0?'退款中':item.status==1?'已完成':'退款中' }}</text>
           </view>
           <view class="flex val">¥{{parseFloat(item.refundPrice)}} <view class="iconfont iconxiangyou"></view> </view>