refactor: show peview

This commit is contained in:
Thanaphon Frappet 2024-10-16 18:03:50 +07:00
parent 614423e1f8
commit 624d6facd4
3 changed files with 420 additions and 0 deletions

View file

@ -92,6 +92,11 @@ const routes: RouteRecordRaw[] = [
name: 'QuotationAdd',
component: () => import('pages/05_quotation/QuotationForm.vue'),
},
{
path: '/view',
name: 'view',
component: () => import('pages/05_quotation/peview/ViewForm.vue'),
},
// Always leave this as last one,
// but you can also remove it