shish 5 mesi fa
parent
commit
0cdc665a48
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>