修改流水明细字段
This commit is contained in:
4
env/.env
vendored
4
env/.env
vendored
@ -1,7 +1,7 @@
|
||||
VITE_APP_TITLE = '茶址管理端'
|
||||
VITE_APP_TITLE = '茶址商家管理端'
|
||||
VITE_APP_PORT = 9002
|
||||
|
||||
VITE_UNI_APPID = '__UNI__D1E5001'
|
||||
VITE_UNI_APPID = '__UNI__D2E800E'
|
||||
VITE_WX_APPID = 'wx14a689c7c318bea8'
|
||||
|
||||
# h5部署网站的base,配置到 manifest.config.ts 里的 h5.router.base
|
||||
|
||||
@ -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",
|
||||
|
||||
162
vite.config.ts.timestamp-1766845731564-d9d4ac804f6e9.mjs
Normal file
162
vite.config.ts.timestamp-1766845731564-d9d4ac804f6e9.mjs
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user