Refactoring code module 04_registryPerson
This commit is contained in:
parent
1164d79122
commit
eeb92dfb5d
46 changed files with 1935 additions and 2230 deletions
|
|
@ -1,9 +1,13 @@
|
|||
const listPage = () => import("@/modules/04_registryPerson/views/list.vue");
|
||||
// ค้นหาข้อมูลทะเบียนประวัติ
|
||||
const listPage = () => import("@/modules/04_registryPerson/views/listView.vue");
|
||||
|
||||
// ทะเบียนประวัติ
|
||||
const detailPage = () =>
|
||||
import("@/modules/04_registryPerson/views/detailView.vue");
|
||||
|
||||
// รายการคำร้องขอแก้ไขทะเบียนประวัติ
|
||||
const requestEdit = () =>
|
||||
import("@/modules/04_registryPerson/views/requestEdit.vue");
|
||||
import("@/modules/04_registryPerson/views/requestEditView.vue");
|
||||
|
||||
export default [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue