refactor: show peview
This commit is contained in:
parent
614423e1f8
commit
624d6facd4
3 changed files with 420 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue