รายการสืบสวนข้อเท็จจริง

This commit is contained in:
STW_TTTY\stwtt 2024-08-08 10:42:47 +07:00
parent 3f2aff52e1
commit 8b54d6b4b1
4 changed files with 123 additions and 66 deletions

View file

@ -6,6 +6,8 @@ const factsMain = () =>
// import("@/modules/11_discipline/components/2_InvestigateFacts/AddPage.vue");
const investigatefactsEdit = () =>
import("@/modules/11_discipline/components/2_InvestigateFacts/EditPage.vue");
const investigatefactsDetail = () =>
import("@/modules/11_discipline/components/2_InvestigateFacts/EditPage.vue");
const disciplinaryMain = () =>
import(
"@/modules/11_discipline/components/3_InvestigateDisciplinary/MainPage.vue"
@ -151,6 +153,16 @@ export default [
Role: "STAFF",
},
},
{
path: "/discipline-detail/investigatefacts/:id",
name: "disciplineInvestigatefactsDetail",
component: investigatefactsDetail,
meta: {
Auth: true,
Key: "SYS_DISCIPLINE_INVESTIGATE",
Role: "STAFF",
},
},
{
path: "/discipline/disciplinary",
name: "disciplineDisciplinary",