Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
quasar-web-base
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
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
Nguyễn Hải Sơn
quasar-web-base
Commits
8492f54b
Commit
8492f54b
authored
Apr 05, 2023
by
Nguyễn Đức Thắng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update
parent
fb53c5ac
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
641 additions
and
0 deletions
+641
-0
configurations.example.ts
src/assets/configurations.example.ts
+1
-0
index.vue
src/pages/danh-sach-booking-cho-huy/index.vue
+634
-0
routes.ts
src/router/routes.ts
+6
-0
No files found.
src/assets/configurations.example.ts
View file @
8492f54b
...
...
@@ -97,6 +97,7 @@ export enum API_PATHS {
getListBooking
=
'booking'
,
getBookingDetail
=
'booking/detail'
,
getArrayArtist
=
'artist/arrayArtist'
,
getListBookingHis
=
'booking/waitingCancellation'
,
getArrayCust
=
'customer/arrayCust'
,
getlistMenu
=
'web-page/list'
,
getDetailMenu
=
'web-page/detail'
,
...
...
src/pages/danh-sach-booking-cho-huy/index.vue
0 → 100644
View file @
8492f54b
This diff is collapsed.
Click to expand it.
src/router/routes.ts
View file @
8492f54b
...
...
@@ -36,6 +36,7 @@ export enum Pages {
bcBK
=
'bc-booking'
,
DMQ
=
'danh-muc-quyen'
,
CHLS
=
'cau-hinh-live-stream'
,
BookingHuy
=
"danh-sach-booking-huy"
}
const
routes
:
RouteRecordRaw
[]
=
[
...
...
@@ -154,6 +155,11 @@ const routes: RouteRecordRaw[] = [
component
:
()
=>
import
(
'pages/danh-sach-booking-cho-duyet/index.vue'
),
name
:
Pages
.
listBookingBrowsing
,
},
{
path
:
'danh-sach-booking-cho-huy'
,
component
:
()
=>
import
(
'pages/danh-sach-booking-cho-huy/index.vue'
),
name
:
Pages
.
BookingHuy
,
},
{
path
:
'cong-viec'
,
component
:
()
=>
import
(
'pages/cong-viec/index.vue'
),
...
...
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