แก้ชื่อไฟล์ import วินัย
This commit is contained in:
parent
dad6b02628
commit
c8152373ae
2 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
|
@ -8,11 +8,11 @@ const investigatefactsEdit = () =>
|
||||||
import("@/modules/11_discipline/components/2_InvestigateFacts/EditPage.vue");
|
import("@/modules/11_discipline/components/2_InvestigateFacts/EditPage.vue");
|
||||||
const disciplinaryMain = () =>
|
const disciplinaryMain = () =>
|
||||||
import(
|
import(
|
||||||
"@/modules/11_discipline/components/3_investigateDisciplinary/MainPage.vue"
|
"@/modules/11_discipline/components/3_InvestigateDisciplinary/MainPage.vue"
|
||||||
);
|
);
|
||||||
const disciplinaryEdit = () =>
|
const disciplinaryEdit = () =>
|
||||||
import(
|
import(
|
||||||
"@/modules/11_discipline/components/3_investigateDisciplinary/EditPage.vue"
|
"@/modules/11_discipline/components/3_InvestigateDisciplinary/EditPage.vue"
|
||||||
);
|
);
|
||||||
const oredrMain = () =>
|
const oredrMain = () =>
|
||||||
import("@/modules/11_discipline/components/4_Order/MainPage.vue");
|
import("@/modules/11_discipline/components/4_Order/MainPage.vue");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue