|
|
@@ -8,9 +8,9 @@
|
|
|
<view style="margin-left:50upx;margin-bottom:10upx;"><DateSelect class="bar" top="0" @selectDateFn="selectDateFn" /></view>
|
|
|
<block v-if="!$util.isEmpty(list.data)">
|
|
|
|
|
|
- <view class="flex-space list" v-for="(item, index) in list.data" :key="index">
|
|
|
+ <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)">
|
|
|
- <view class="label" @click="goDetail(item.refundInfo)">
|
|
|
+ <view class="label">
|
|
|
<text>日期:{{item.refundInfo.addTime.substr(5,11)}}</text>
|
|
|
<text>单号:{{item.refundInfo.orderSn}}</text>
|
|
|
<text>操作:{{item.refundInfo.shopAdminName}}</text>
|