diff --git a/src/views/MainLayout.vue b/src/views/MainLayout.vue index 6ae085dc9..8b52489f5 100644 --- a/src/views/MainLayout.vue +++ b/src/views/MainLayout.vue @@ -275,6 +275,8 @@ const activeMenu = (path: string) => { return false; if (path == "registry" && route.fullPath.includes(`/registry-employee/edit`)) return false; + if (path == "registry" && route.fullPath.includes(`/registry-employee/add`)) + return false; if (path == "registry" && route.fullPath == "/") return false; // if (path != "registry" && path == "registryEmployee" && route.fullPath == "/registryEmployee") return true; @@ -436,20 +438,8 @@ const clickDelete = (id: string) => { - - + + @@ -465,24 +455,11 @@ const clickDelete = (id: string) => { --> - + - {{ notiList.length }} + {{ notiList.length + }}
การแจ้งเตือน
@@ -505,14 +482,8 @@ const clickDelete = (id: string) => { date2Thai(n.timereceive) }} - + @@ -536,10 +507,7 @@ const clickDelete = (id: string) => { -
+
@@ -548,14 +516,7 @@ const clickDelete = (id: string) => {
{{ fullname }}
- +
@@ -568,13 +529,7 @@ const clickDelete = (id: string) => { - + {{ op.label @@ -586,16 +541,8 @@ const clickDelete = (id: string) => {
- + @@ -603,92 +550,47 @@ const clickDelete = (id: string) => { - +