Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigwood
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
bigwood
Commits
e8c481bd
Commit
e8c481bd
authored
Dec 19, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
29d956b0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
127 additions
and
23 deletions
+127
-23
scattered.ts
src/api/scattered.ts
+4
-0
index.ts
src/i18n/zh-TW/index.ts
+1
-1
HotelSure.vue
src/pages/scattered/HotelSure.vue
+122
-22
No files found.
src/api/scattered.ts
View file @
e8c481bd
...
...
@@ -5,6 +5,10 @@ import request from './request'
class
HotelService
{
//获取相似数据
static
async
GetHotelHotelBooking
(
param
:
any
):
Promise
<
HttpResponse
>
{
return
request
(
'dmc_post_Get_GetJAPAN_HotelBooking'
,
param
)
}
//获取相似数据
static
async
GetHotelRoomsList
(
param
:
any
):
Promise
<
HttpResponse
>
{
return
request
(
'dmc_post_Get_GetJAPAN_RoomsList'
,
param
)
...
...
src/i18n/zh-TW/index.ts
View file @
e8c481bd
...
...
@@ -717,7 +717,7 @@ export default {
week4
:
'周四'
,
week5
:
'周五'
,
week6
:
'周六'
,
week7
:
'
星期天
'
,
week7
:
'
周日
'
,
zhiqian
:
'之前'
,
zhihou
:
'之后'
,
fangjianshuliang
:
'房间数量'
,
...
...
src/pages/scattered/HotelSure.vue
View file @
e8c481bd
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment