no message

This commit is contained in:
STW_TTTY\stwtt 2024-04-04 12:38:48 +07:00
parent 5c1747262f
commit b130568ef4
12 changed files with 938 additions and 472 deletions

View file

@ -10,6 +10,7 @@ const Scholarship = () =>
const historyAdd = () => import('@/modules/15_development/components/history/AddPage.vue')
const historyEdit = () => import('@/modules/15_development/components/history/AddPage.vue')
const historyEmployeeAdd = () => import('@/modules/15_development/components/historyEmployee/AddPage.vue')
const historyEmployeeEdit = () => import('@/modules/15_development/components/historyEmployee/AddPage.vue')
const ScholarshipDetail = () =>
import("@/modules/15_development/components/scholarship/DetailView.vue");
// const historyAdd = () =>
@ -125,4 +126,14 @@ export default [
Role: "development",
},
},
{
path: "/development/employee-history/:id",
name: "developmentEmployeeHistoryEdit",
component: historyEmployeeEdit,
meta: {
Auth: true,
Key: [1.6],
Role: "development",
},
},
];