Merge branch 'develop' into devTee
This commit is contained in:
commit
c195f08db6
2 changed files with 21 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
const mainPage = () => import("@/modules/04_registryNew/views/main.vue");
|
||||
const listPage = () => import("@/modules/04_registryNew/views/list.vue");
|
||||
|
||||
export default [
|
||||
{
|
||||
|
|
@ -11,4 +12,14 @@ export default [
|
|||
Role: "organization",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/registry-new/list",
|
||||
name: "registryNewList",
|
||||
component: listPage,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [7],
|
||||
Role: "organization",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
10
src/modules/04_registryNew/views/list.vue
Normal file
10
src/modules/04_registryNew/views/list.vue
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<script setup lang="ts">
|
||||
</script>
|
||||
<template>
|
||||
<div class="toptitle text-dark col-12 row items-center">
|
||||
ข้อมูลทะเบียนประวัติ
|
||||
</div>
|
||||
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
||||
Loading…
Add table
Add a link
Reference in a new issue