Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 3m37s

* develop:
  fix permission
This commit is contained in:
Warunee Tamkoo 2026-02-26 17:13:15 +07:00
commit 01c8be4e2a

View file

@ -52,7 +52,7 @@ export default [
component: Period,
meta: {
Auth: true,
Key: "SYS_EXAM_CONTEST",
Key: "SYS_EXAM_CONTEST_PERIOD",
Role: "STAFF",
},
},
@ -62,7 +62,7 @@ export default [
component: PeriodStat,
meta: {
Auth: true,
Key: "SYS_EXAM_CONTEST",
Key: "SYS_EXAM_CONTEST_STAT",
Role: "STAFF",
},
},
@ -72,7 +72,7 @@ export default [
component: CompeteReport,
meta: {
Auth: true,
Key: "REPORT_EXAM",
Key: "SYS_EXAM_CONTEST_REPORT",
Role: "STAFF",
},
},
@ -82,7 +82,7 @@ export default [
component: PeriodAdd,
meta: {
Auth: true,
Key: "SYS_EXAM_CONTEST",
Key: "SYS_EXAM_CONTEST_PERIOD",
Role: "STAFF",
},
},
@ -92,7 +92,7 @@ export default [
component: PeriodAdd,
meta: {
Auth: true,
Key: "SYS_EXAM_CONTEST",
Key: "SYS_EXAM_CONTEST_PERIOD",
Role: "STAFF",
},
},
@ -102,7 +102,7 @@ export default [
component: ImportData,
meta: {
Auth: true,
Key: "SYS_EXAM_CONTEST",
Key: "SYS_EXAM_CONTEST_PERIOD",
Role: "STAFF",
},
},
@ -112,7 +112,7 @@ export default [
component: MainDetail,
meta: {
Auth: true,
Key: "SYS_EXAM_CONTEST",
Key: "SYS_EXAM_CONTEST_PERIOD",
Role: "STAFF",
},
},
@ -122,7 +122,7 @@ export default [
component: MainEx,
meta: {
Auth: true,
Key: "SYS_EXAM_CONTEST",
Key: "SYS_EXAM_CONTEST_PERIOD",
Role: "STAFF",
},
},
@ -132,7 +132,7 @@ export default [
component: QualifyPeriod,
meta: {
Auth: true,
Key: "SYS_EXAM_SELECT",
Key: "SYS_EXAM_SELECT_PERIOD",
Role: "STAFF",
},
},
@ -142,7 +142,7 @@ export default [
component: QualifyPeriodAdd,
meta: {
Auth: true,
Key: "SYS_EXAM_SELECT",
Key: "SYS_EXAM_SELECT_PERIOD",
Role: "STAFF",
},
},
@ -152,7 +152,7 @@ export default [
component: QualifyPeriodAddDetail,
meta: {
Auth: true,
Key: "SYS_EXAM_SELECT",
Key: "SYS_EXAM_SELECT_PERIOD",
Role: "STAFF",
},
},
@ -162,7 +162,7 @@ export default [
component: QualifyPeriodAdd,
meta: {
Auth: true,
Key: "SYS_EXAM_SELECT",
Key: "SYS_EXAM_SELECT_PERIOD",
Role: "STAFF",
},
},
@ -172,7 +172,7 @@ export default [
component: QualifyPeriodStat,
meta: {
Auth: true,
Key: "SYS_EXAM_SELECT",
Key: "SYS_EXAM_SELECT_STAT",
Role: "STAFF",
},
},
@ -182,7 +182,7 @@ export default [
component: QualifyPeriodStatDisable,
meta: {
Auth: true,
Key: "SYS_EXAM_SELECT",
Key: "SYS_EXAM_SELECT_STAT_DIS",
Role: "STAFF",
},
},
@ -192,7 +192,7 @@ export default [
component: Manage,
meta: {
Auth: true,
Key: "SYS_EXAM_SELECT",
Key: "SYS_EXAM_SELECT_LISTNAME",
Role: "STAFF",
},
},
@ -202,7 +202,7 @@ export default [
component: ManageDetail,
meta: {
Auth: true,
Key: "SYS_EXAM_SELECT",
Key: "SYS_EXAM_SELECT_LISTNAME",
Role: "STAFF",
},
},
@ -212,7 +212,7 @@ export default [
component: ExamForm,
meta: {
Auth: true,
Key: "SYS_EXAM_SELECT",
Key: "SYS_EXAM_SELECT_LISTNAME",
Role: "STAFF",
},
},
@ -222,7 +222,7 @@ export default [
component: Payment,
meta: {
Auth: true,
Key: "SYS_EXAM_SELECT",
Key: "SYS_EXAM_SELECT_LISTNAME",
Role: "STAFF",
},
},
@ -232,7 +232,7 @@ export default [
component: PeriodDisable,
meta: {
Auth: true,
Key: "SYS_EXAM_SELECT",
Key: "SYS_EXAM_SELECT_LISTNAME",
Role: "STAFF",
},
},
@ -242,7 +242,7 @@ export default [
component: PeriodDisableAdd,
meta: {
Auth: true,
Key: "SYS_EXAM_SELECT",
Key: "SYS_EXAM_SELECT_LISTNAME",
Role: "STAFF",
},
},
@ -252,7 +252,7 @@ export default [
component: PeriodDisableAdd,
meta: {
Auth: true,
Key: "SYS_EXAM_SELECT",
Key: "SYS_EXAM_SELECT_LISTNAME",
Role: "STAFF",
},
},
@ -262,7 +262,7 @@ export default [
component: MainDisableDetail,
meta: {
Auth: true,
Key: "SYS_EXAM_SELECT",
Key: "SYS_EXAM_SELECT_LISTNAME",
Role: "STAFF",
},
},
@ -272,7 +272,7 @@ export default [
component: MainDisableEx,
meta: {
Auth: true,
Key: "SYS_EXAM_SELECT",
Key: "SYS_EXAM_SELECT_LISTNAME",
Role: "STAFF",
},
},