|
@@ -1,10 +1,10 @@
|
|
|
<template>
|
|
<template>
|
|
|
<view class="app-content">
|
|
<view class="app-content">
|
|
|
- <view style="padding:20upx 0 30upx 50upx;font-size:30upx;">
|
|
|
|
|
|
|
+ <view style="padding:20upx 0 30upx 50upx;font-size:32upx;">
|
|
|
<view>
|
|
<view>
|
|
|
<text @click="changeBx()">{{ bx == -1 ? '报销状态' : bx == 0 ? '待报销' : '已报销' }}</text>
|
|
<text @click="changeBx()">{{ bx == -1 ? '报销状态' : bx == 0 ? '待报销' : '已报销' }}</text>
|
|
|
- <text style="margin-left:60upx;" @click="changeType()">{{ typeName }}</text>
|
|
|
|
|
- <text style="margin-left:60upx;" @click="changePayMan()">{{ getStaffName }}</text>
|
|
|
|
|
|
|
+ <text style="margin-left:70upx;" @click="changeType()">{{ typeName }}</text>
|
|
|
|
|
+ <text style="margin-left:70upx;" @click="changePayMan()">{{ getStaffName }}</text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view style="margin-left:50upx;margin-bottom:26upx;position:relative;">
|
|
<view style="margin-left:50upx;margin-bottom:26upx;position:relative;">
|