feat: preview route and trigger preview
This commit is contained in:
parent
b74ff126e3
commit
8f880fd34d
5 changed files with 24 additions and 4 deletions
|
|
@ -93,8 +93,8 @@ const routes: RouteRecordRaw[] = [
|
|||
component: () => import('pages/05_quotation/QuotationForm.vue'),
|
||||
},
|
||||
{
|
||||
path: '/view',
|
||||
name: 'view',
|
||||
path: '/quotation/document-view',
|
||||
name: 'QuotationDocumentView',
|
||||
component: () => import('pages/05_quotation/peview/ViewForm.vue'),
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue