Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
xysBooking
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-01-27 17:59:49 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
2b6eddaed516312ef2e4b48786cd99a7b8ddf006
2b6eddae
1 parent
2cc681a3
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/components/reserveCard.vue
src/components/reserveCard.vue
View file @
2b6edda
<!--
* @Date: 2024-01-24 16:38:13
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-01-27 1
1:42:42
* @LastEditTime: 2024-01-27 1
7:59:31
* @FilePath: /xysBooking/src/components/reserveCard.vue
* @Description: 预约记录卡组件
-->
...
...
@@ -146,6 +146,7 @@ watch(
(val) => {
if (val) {
remain_time.value = val.rest_second > 0 ? val.rest_second : 0;
reserve_info.value.pay_id = val.pay_id;
reserve_info.value.booking_time = val.booking_time;
reserve_info.value.rest_second = val.rest_second;
reserve_info.value.status = val.status;
...
...
Please
register
or
login
to post a comment