ปรับ css ฟอร์มแบบประเมินสำหรับผู้ดูแล

This commit is contained in:
Tanyalak 2023-07-11 01:19:33 +07:00
parent e80330a97f
commit e4f153b654
4 changed files with 1260 additions and 700 deletions

View file

@ -126,6 +126,16 @@ export default [
path: "/probation/work/add",
name: "probationWorkAdd",
component: probationWorkAdd,
meta: {
Auth: true,
Key: [6.3],
Role: "placement",
}
},
{
path: "/probation/work/:id",
name: "probationWork",
component: probationWorkAdd,
meta: {
Auth: true,
Key: [6.3],