diff --git a/Services/client/src/components/FileItem.vue b/Services/client/src/components/FileItem.vue index 93c7abe..56f39cd 100644 --- a/Services/client/src/components/FileItem.vue +++ b/Services/client/src/components/FileItem.vue @@ -17,7 +17,7 @@ const props = withDefaults( action: false, }, ) -const DEPT_NAME = ['ตู้เอกสาร', 'ลิ้นชัก', 'แฟ้ม', 'แฟ้มย่อย'] as const +const DEPT_NAME = ['ตู้เอกสาร', 'ลิ้นชัก', 'แฟ้ม', 'แฟ้ม'] as const const { getFileInfo } = useFileInfoStore() const { currentFolder, currentFile, currentDept, currentPath } = storeToRefs(useTreeDataStore()) @@ -183,7 +183,22 @@ async function submitFileForm(