feat: set directories of property
This commit is contained in:
parent
b3ad7629ce
commit
ed9e0cf757
3 changed files with 11 additions and 0 deletions
3
src/pages/04_property-managment/MainPage.vue
Normal file
3
src/pages/04_property-managment/MainPage.vue
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<script lang="ts" setup></script>
|
||||
<template></template>
|
||||
<style scoped></style>
|
||||
3
src/pages/04_property-managment/PropertyDialog.vue
Normal file
3
src/pages/04_property-managment/PropertyDialog.vue
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<script lang="ts" setup></script>
|
||||
<template></template>
|
||||
<style scoped></style>
|
||||
|
|
@ -80,6 +80,11 @@ const routes: RouteRecordRaw[] = [
|
|||
name: 'Workflow',
|
||||
component: () => import('pages/04_flow-managment/MainPage.vue'),
|
||||
},
|
||||
{
|
||||
path: '/property',
|
||||
name: 'Property',
|
||||
component: () => import('pages/04_property-managment/MainPage.vue'),
|
||||
},
|
||||
{
|
||||
path: '/quotation',
|
||||
name: 'Quotation',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue