เเก้ UIรายการสืบสวนข้อเท็จจริง
This commit is contained in:
parent
e0b3f385a9
commit
52e7ef1541
8 changed files with 605 additions and 469 deletions
|
|
@ -4,6 +4,8 @@ const factsMain = () =>
|
|||
import("@/modules/11_discipline/components/2_InvestigateFacts/MainPage.vue");
|
||||
const investigatefactsAdd = () =>
|
||||
import("@/modules/11_discipline/components/2_InvestigateFacts/AddPage.vue");
|
||||
const investigatefactsEdit = () =>
|
||||
import("@/modules/11_discipline/components/2_InvestigateFacts/EditPage.vue");
|
||||
const disciplinaryMain = () =>
|
||||
import(
|
||||
"@/modules/11_discipline/components/3_InvestigateDisciplinary/MainPage.vue"
|
||||
|
|
@ -165,6 +167,16 @@ export default [
|
|||
Role: "coin",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/discipline/investigatefacts/:id",
|
||||
name: "/discipline-investigatefactsEdit",
|
||||
component: investigatefactsEdit,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [11.2],
|
||||
Role: "coin",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/discipline/InvestigateDisciplinary/add",
|
||||
name: "/discipline-InvestigateDisciplinaryAdd",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue