From 3553164a8aaf8651a32a88fae30819b9f33a1099 Mon Sep 17 00:00:00 2001 From: somnetsak123 Date: Tue, 28 Nov 2023 09:22:44 +0700 Subject: [PATCH] refactor: LivstView Cabinet and Drawer can CRUD --- Services/client/src/components/FileItem.vue | 95 ++++++++++++++++++- .../client/src/components/FileItemAction.vue | 13 +-- Services/client/src/components/FromEdit.vue | 14 +-- Services/client/src/components/ListView.vue | 56 +++++++++-- Services/client/src/components/PageLayout.vue | 35 ++++++- Services/client/src/router/index.ts | 12 +-- 6 files changed, 183 insertions(+), 42 deletions(-) diff --git a/Services/client/src/components/FileItem.vue b/Services/client/src/components/FileItem.vue index 9a1cfe4..e06fdfb 100644 --- a/Services/client/src/components/FileItem.vue +++ b/Services/client/src/components/FileItem.vue @@ -85,7 +85,11 @@ const props = withDefaults( class="inline-block" v-if="props.action && currentDept < 4" tabindex="0" - @keydown.esc="() => (drawer = false)" + @keydown.esc=" + () => { + drawer = false + } + " >
- - + + + + + สร้างเอกสาร + + + + อัพโหลดไฟล์ + + ชื่อเรื่อง + + รายละเอียดของเอกสาร + + กลุ่ม/หมวดหมู่ + + คำสำคัญ + + +