|
|
@@ -1,11 +1,11 @@
|
|
|
<template>
|
|
|
<view class="app-content">
|
|
|
- <view style="padding:20upx 0 20upx 50upx;font-size:29upx;">
|
|
|
+ <view style="padding:20upx 0 25upx 50upx;font-size:29upx;">
|
|
|
<text @click="setPass()" :class="[status==0?'cancel-pass':'pass-red']">选已通过</text>
|
|
|
<text style="margin-left:50upx;" @click="changeClass()">选分类</text>
|
|
|
<text style="margin-left:50upx;">总金额:¥{{ totalAmount }}</text>
|
|
|
</view>
|
|
|
- <view style="margin-left:50upx;margin-bottom:10upx;"><DateSelect class="bar" top="0" @selectDateFn="selectDateFn" /></view>
|
|
|
+ <view style="margin-left:50upx;margin-bottom:26upx;"><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" @click="goDetail(item.refundInfo)">
|