แก้ format code
This commit is contained in:
parent
853f925d92
commit
acfdec4353
8 changed files with 607 additions and 574 deletions
|
|
@ -8,11 +8,11 @@ const investigatefactsEdit = () =>
|
|||
import("@/modules/11_discipline/components/2_InvestigateFacts/EditPage.vue");
|
||||
const disciplinaryMain = () =>
|
||||
import(
|
||||
"@/modules/11_discipline/components/3_InvestigateDisciplinary/MainPage.vue"
|
||||
"@/modules/11_discipline/components/3_investigateDisciplinary/MainPage.vue"
|
||||
);
|
||||
const disciplinaryEdit = () =>
|
||||
import(
|
||||
"@/modules/11_discipline/components/3_InvestigateDisciplinary/EditPage.vue"
|
||||
"@/modules/11_discipline/components/3_investigateDisciplinary/EditPage.vue"
|
||||
);
|
||||
const oredrMain = () =>
|
||||
import("@/modules/11_discipline/components/4_Order/MainPage.vue");
|
||||
|
|
@ -47,7 +47,7 @@ const reportType = () =>
|
|||
|
||||
const InvestigateDisciplinaryAdd = () =>
|
||||
import(
|
||||
"@/modules/11_discipline/components/3_InvestigateDisciplinary/AddPage.vue"
|
||||
"@/modules/11_discipline/components/3_investigateDisciplinary/AddPage.vue"
|
||||
);
|
||||
const orderPage = () =>
|
||||
import("@/modules/11_discipline/components/4_Order/OrderPage.vue");
|
||||
|
|
@ -204,8 +204,8 @@ export default [
|
|||
},
|
||||
},
|
||||
{
|
||||
path: "/discipline/InvestigateDisciplinary/add",
|
||||
name: "/discipline-InvestigateDisciplinaryAdd",
|
||||
path: "/discipline/investigate-disciplinary/add",
|
||||
name: "discipline_investigate_disciplinary_add",
|
||||
component: InvestigateDisciplinaryAdd,
|
||||
meta: {
|
||||
Auth: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue