Răsfoiți Sursa

售后列表

shish 2 ani în urmă
părinte
comite
8d45fded06
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      ghsApp/src/pagesOrder/refundAllList.vue

+ 2 - 2
ghsApp/src/pagesOrder/refundAllList.vue

@@ -15,12 +15,12 @@
 				<view class="flex-space list" v-for="(item, index) in list.data" :key="index" @click="goDetail(item.refundInfo)">
 				<view class="flex-space list" v-for="(item, index) in list.data" :key="index" @click="goDetail(item.refundInfo)">
           <block v-if="!$util.isEmpty(item.refundInfo)">
           <block v-if="!$util.isEmpty(item.refundInfo)">
           <view class="label">
           <view class="label">
-              <text style="font-weight:bold;">{{item.name}}</text>
+              <text style="font-weight:bold;font-size:29upx;">{{item.name}}</text>
               <text>金额:¥{{item.xhUnitPrice?parseFloat(item.xhUnitPrice):0}} x {{item.xhNum}}</text>
               <text>金额:¥{{item.xhUnitPrice?parseFloat(item.xhUnitPrice):0}} x {{item.xhNum}}</text>
               <text :class="[item.cause == 0?'qa_cause':'']">原因:{{item.cause == 0 ? '质量问题' : '多开错开'}}</text>
               <text :class="[item.cause == 0?'qa_cause':'']">原因:{{item.cause == 0 ? '质量问题' : '多开错开'}}</text>
               <text>时间:{{item.addTime.substr(5,11)}}</text>
               <text>时间:{{item.addTime.substr(5,11)}}</text>
               <text v-if="!$util.isEmpty(item.refundInfo.remark)" style="color:red;font-weight:bold;">备注:{{item.refundInfo.remark}}</text>
               <text v-if="!$util.isEmpty(item.refundInfo.remark)" style="color:red;font-weight:bold;">备注:{{item.refundInfo.remark}}</text>
-              <text style="position:absolute;right:-490upx;top:0upx;">{{ item.status==0?'待审核':item.status==1?'已通过':item.status==2?'已驳回':item.status==3 ? '已取消':'' }}</text>
+              <text>状态:{{ item.status==0?'待审核':item.status==1?'已通过':item.status==2?'已驳回':item.status==3 ? '已取消':'' }}</text>
           </view>
           </view>
           <view class="flex val">¥{{parseFloat(item.xhPrice)}} <view class="iconfont iconxiangyou"></view> </view>
           <view class="flex val">¥{{parseFloat(item.xhPrice)}} <view class="iconfont iconxiangyou"></view> </view>
         </block>
         </block>