Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
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
罗超
SuperMan
Commits
7192a954
Commit
7192a954
authored
Nov 15, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
87a8f6d6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
674 additions
and
0 deletions
+674
-0
zh-tw.js
src/assets/common/lang/zh-tw.js
+35
-0
zh.js
src/assets/common/lang/zh.js
+36
-0
HotelOrderList.vue
src/components/Hotel/reservation/HotelOrderList.vue
+293
-0
OrderList.vue
src/components/Hotel/reservation/OrderList.vue
+302
-0
config.js
src/router/config.js
+8
-0
No files found.
src/assets/common/lang/zh-tw.js
View file @
7192a954
...
...
@@ -4,6 +4,41 @@
import
zhDemo
from
'./zhtw-demo'
export
const
demo
=
zhDemo
export
const
OrderList
=
{
end
:
'結束日期'
,
star
:
'開始日期'
,
zhi
:
'至'
,
orderType
:
{
default
:
'所有類型'
,
tour
:
'團隊訂房'
,
guest
:
'散拼訂房'
},
rooms
:{
default
:
'全部房型'
,
normal
:
'標準間'
,
big
:
'大床房'
,
sing
:
'自然單間'
,
three
:
'三人間'
,
driver
:
'司導間'
,
},
search
:{
status
:
'訂單狀態'
,
orderNum
:
'訂單編號'
,
daterange
:
'下單時間'
,
roomType
:
'酒店房型'
,
orderId
:
'訂單流水號'
,
orderType
:
'訂單類型'
,
allHotel
:
'所有酒店'
},
orderStatus
:{
normal
:
'全部訂單'
,
apply
:
'待確認'
,
check
:
'已確認'
,
cancel
:
'已取消'
,
sun
:
'收損訂單'
}
}
export
const
pub
=
{
addBtn
:
'新增'
,
saveBtn
:
'保存'
,
...
...
src/assets/common/lang/zh.js
View file @
7192a954
...
...
@@ -4,6 +4,42 @@
import
zhDemo
from
'./zh-demo'
export
const
demo
=
zhDemo
export
const
OrderList
=
{
end
:
'结束日期'
,
star
:
'开始日期'
,
zhi
:
'至'
,
orderType
:
{
default
:
'所有类型'
,
tour
:
'团队订房'
,
guest
:
'散拼订房'
},
rooms
:{
default
:
'全部房型'
,
normal
:
'标准间'
,
big
:
'大床房'
,
sing
:
'自然单间'
,
three
:
'三人间'
,
driver
:
'司机间'
,
},
search
:
{
status
:
'订单状态'
,
orderNum
:
'订单编号'
,
daterange
:
'下单时间'
,
roomType
:
'酒店房型'
,
orderId
:
'订单流水号'
,
orderType
:
'订单类型'
,
allHotel
:
'所有酒店'
},
orderStatus
:{
normal
:
'全部订单'
,
apply
:
'待确认'
,
check
:
'已确认'
,
cancel
:
'已取消'
,
sun
:
'收损订单'
}
}
export
const
pub
=
{
addBtn
:
'新增'
,
saveBtn
:
'保存'
,
...
...
src/components/Hotel/reservation/HotelOrderList.vue
0 → 100644
View file @
7192a954
This diff is collapsed.
Click to expand it.
src/components/Hotel/reservation/OrderList.vue
0 → 100644
View file @
7192a954
This diff is collapsed.
Click to expand it.
src/router/config.js
View file @
7192a954
...
...
@@ -951,6 +951,14 @@ export default {
title
:
'酒店工作表'
},
},
{
path
:
'/HotelOrderList'
,
//酒店预定
name
:
'HotelOrderList'
,
component
:
resolve
=>
require
([
'@/components/Hotel/reservation/HotelOrderList'
],
resolve
),
meta
:
{
title
:
'预定订单'
},
},
{
path
:
'/RestauranOrder'
,
//餐厅订单信息
name
:
'RestauranOrder'
,
...
...
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