Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
meihua-island-book
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
2023-12-27 17:42:30 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4df1f04f88bd3a060872bb0db0fa2e23140721f6
4df1f04f
1 parent
522a206c
fix
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/calendarSelect.vue
src/components/calendarSelect.vue
View file @
4df1f04
<!--
* @Date: 2023-12-14 10:04:23
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2023-12-27 16:
26:57
* @LastEditTime: 2023-12-27 16:
34:18
* @FilePath: /meihuaApp/src/components/calendarSelect.vue
* @Description: 文件描述
-->
...
...
@@ -21,7 +21,7 @@
共0晚
</view>
</nut-col>
<nut-col span="9">
<nut-col span="9"
style="text-align: right;"
>
<view style="color: #7D7C7C; font-size: 0.8rem;">退房日期</view>
<view v-if="state.checkoutDate" style="color: #6A4925; font-size: 0.85rem; font-weight: bold; margin-top: 0.1rem;">{{ state.checkoutDate }} {{ getDayOfWeek(state.checkoutDate) }}</view>
<view v-else style="color: #6A4925; font-size: 0.85rem; font-weight: bold; margin-top: 0.1rem;">请选择退房日期</view>
...
...
Please
register
or
login
to post a comment