อุทธรณ์ร้องทุกข์

This commit is contained in:
setthawutttty 2023-12-14 16:29:29 +07:00
parent 7777b27cda
commit c1f26bc764
12 changed files with 1139 additions and 308 deletions

View file

@ -4,6 +4,7 @@
const mainPage = () => import("@/modules/07_appealComplain/views/Main.vue");
const addPage = () => import("@/modules/07_appealComplain/views/Add.vue");
const editPage = () => import("@/modules/07_appealComplain/views/Edit.vue");
export default [
{
@ -27,7 +28,7 @@ export default [
{
path: "/appeal-complain/:id",
name: "appealComplainView",
component: addPage,
component: editPage,
meta: {
Auth: true,
Key: [7],