|
|
@@ -21,10 +21,10 @@
|
|
|
<view v-for="(item, index) in bxList" :key="index">
|
|
|
<view style="background-color: white;margin-bottom:15upx;padding:20upx 0 20upx 20upx;">
|
|
|
<view style="font-size:33upx;margin-bottom:20upx;">
|
|
|
- <view><text style="font-weight:bold;">{{item.staffName?item.staffName:''}}</text></view>
|
|
|
- <view><text>总支出:¥{{ item.totalAmount }}</text></view>
|
|
|
- <view><text>已报销:¥{{ item.hasAmount }}</text></view>
|
|
|
- <view><text>待报销:¥{{ item.amount }}</text></view>
|
|
|
+ <view style="margin-top:8upx;"><text style="font-weight:bold;">{{item.staffName?item.staffName:''}}</text></view>
|
|
|
+ <view style="margin-top:8upx;"><text>总支出:¥{{ item.totalAmount }}</text></view>
|
|
|
+ <view style="margin-top:8upx;"><text>已报销:¥{{ item.hasAmount }}</text></view>
|
|
|
+ <view style="margin-top:8upx;"><text>待报销:¥{{ item.amount }}</text></view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|