|
@@ -13,6 +13,7 @@
|
|
|
:list="tabsList"
|
|
|
lineColor="#EF2121"
|
|
|
:activeStyle="{color:'#333','font-weight': '600','font-size':'30rpx'}"
|
|
|
+ :itemStyle="{width:'28%','padding-bottom':'20rpx'}"
|
|
|
:inactiveStyle="{color:'#999'}"
|
|
|
@click="tabsClick"></u-tabs>
|
|
|
</view>
|
|
@@ -27,7 +28,7 @@
|
|
|
<view class="right">
|
|
|
<text class="num plus" v-if="item.type==1">+{{item.num}}</text>
|
|
|
<text class="num" v-else>-{{item.num}}</text>
|
|
|
- <!-- <view class="remark">{{item.remark}}</view> -->
|
|
|
+ <view class="remark">{{item.remark}}</view>
|
|
|
</view>
|
|
|
|
|
|
</view>
|
|
@@ -56,7 +57,7 @@
|
|
|
tip: '暂无相关数据'
|
|
|
}
|
|
|
},
|
|
|
- tabsList:[{name:'收入',recordType:1},{name:'支出',recordType:2}],
|
|
|
+ tabsList:[{name:'全部',recordType:undefined},{name:'收入',recordType:1},{name:'支出',recordType:2}],
|
|
|
params:{
|
|
|
type:''
|
|
|
},
|