up,基本关联功能ok
This commit is contained in:
@@ -114,6 +114,11 @@ const router = createRouter({
|
||||
name: 'customer',
|
||||
component: () => import('@/views/customer/CustomerList.vue'),
|
||||
},
|
||||
{
|
||||
path: 'customer/add',
|
||||
name: 'customer-add',
|
||||
component: () => import('@/views/customer/CustomerFormPage.vue'),
|
||||
},
|
||||
{
|
||||
path: 'customer/detail/:id',
|
||||
name: 'customer-detail',
|
||||
@@ -122,12 +127,7 @@ const router = createRouter({
|
||||
{
|
||||
path: 'customer/edit/:id',
|
||||
name: 'customer-edit',
|
||||
component: () => import('@/views/customer/CustomerEdit.vue'),
|
||||
},
|
||||
{
|
||||
path: 'customer/edit/:id',
|
||||
name: 'customer-edit',
|
||||
component: () => import('@/views/customer/CustomerFormModal.vue'),
|
||||
component: () => import('@/views/customer/CustomerFormPage.vue'),
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user