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