update

parent fb53c5ac
...@@ -97,6 +97,7 @@ export enum API_PATHS { ...@@ -97,6 +97,7 @@ export enum API_PATHS {
getListBooking = 'booking', getListBooking = 'booking',
getBookingDetail = 'booking/detail', getBookingDetail = 'booking/detail',
getArrayArtist = 'artist/arrayArtist', getArrayArtist = 'artist/arrayArtist',
getListBookingHis= 'booking/waitingCancellation',
getArrayCust = 'customer/arrayCust', getArrayCust = 'customer/arrayCust',
getlistMenu = 'web-page/list', getlistMenu = 'web-page/list',
getDetailMenu = 'web-page/detail', getDetailMenu = 'web-page/detail',
......
This diff is collapsed.
...@@ -36,6 +36,7 @@ export enum Pages { ...@@ -36,6 +36,7 @@ export enum Pages {
bcBK = 'bc-booking', bcBK = 'bc-booking',
DMQ = 'danh-muc-quyen', DMQ = 'danh-muc-quyen',
CHLS = 'cau-hinh-live-stream', CHLS = 'cau-hinh-live-stream',
BookingHuy="danh-sach-booking-huy"
} }
const routes: RouteRecordRaw[] = [ const routes: RouteRecordRaw[] = [
...@@ -154,6 +155,11 @@ const routes: RouteRecordRaw[] = [ ...@@ -154,6 +155,11 @@ const routes: RouteRecordRaw[] = [
component: () => import('pages/danh-sach-booking-cho-duyet/index.vue'), component: () => import('pages/danh-sach-booking-cho-duyet/index.vue'),
name: Pages.listBookingBrowsing, 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', path: 'cong-viec',
component: () => import('pages/cong-viec/index.vue'), component: () => import('pages/cong-viec/index.vue'),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment