修改流水明细字段
This commit is contained in:
@ -66,7 +66,11 @@
|
||||
</view>
|
||||
|
||||
<view class="mt-14rpx text-24rpx text-[#909399] leading-34rpx">
|
||||
核销时间:{{ item.update_time }}
|
||||
<text class="" v-if="item.change_type == 1">预定时间:{{ item.create_time }}</text>
|
||||
<text class="" v-if="item.change_type == 2">续订时间:{{ item.create_time }}</text>
|
||||
<text class="" v-if="item.change_type == 3">提现时间:{{ item.create_time }}</text>
|
||||
<text class="" v-if="item.change_type == 4">核销时间:{{ item.create_time }}</text>
|
||||
<text class="" v-if="item.change_type == 5">取消订单时间:{{ item.create_time }}</text>
|
||||
</view>
|
||||
</view>
|
||||
</mescroll-body>
|
||||
|
||||
@ -46,8 +46,8 @@
|
||||
},
|
||||
"vueVersion": "3",
|
||||
"default": {
|
||||
"name": "茶址管理端",
|
||||
"appid": "__UNI__D1E5001",
|
||||
"name": "茶址商家管理端",
|
||||
"appid": "__UNI__D2E800E",
|
||||
"description": "",
|
||||
"versionName": "1.0.0",
|
||||
"versionCode": "100",
|
||||
|
||||
Reference in New Issue
Block a user