|
@@ -30,7 +30,7 @@
|
|
|
<AppWrapperEmpty title="暂无数据" :is-empty="$util.isEmpty(list.data)" />
|
|
<AppWrapperEmpty title="暂无数据" :is-empty="$util.isEmpty(list.data)" />
|
|
|
</block>
|
|
</block>
|
|
|
<view class="app-footer open_btn">
|
|
<view class="app-footer open_btn">
|
|
|
- <text style="margin-right:80upx;color:blue;font-size:34upx;" @click="goToBxList()">待报销列表</text>
|
|
|
|
|
|
|
+ <text style="margin-right:80upx;color:blue;font-size:34upx;" @click="goToBxList()">待报销汇总</text>
|
|
|
<view @click="addExpend" class="admin-button-com big blue" style="width:230upx;">新增支出</view>
|
|
<view @click="addExpend" class="admin-button-com big blue" style="width:230upx;">新增支出</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|