From f819910479f9f5042f8082f8bb850d8df26418ac Mon Sep 17 00:00:00 2001 From: oat Date: Wed, 10 Jan 2024 17:37:25 +0700 Subject: [PATCH] =?UTF-8?q?chore:=20=E0=B8=88=E0=B8=B1=E0=B8=94=E0=B8=8A?= =?UTF-8?q?=E0=B8=B4=E0=B8=94=E0=B8=8B=E0=B9=89=E0=B8=B2=E0=B8=A2=E0=B8=81?= =?UTF-8?q?=E0=B8=B1=E0=B8=9A=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=E0=B9=80=E0=B8=88=E0=B9=89=E0=B8=B2=E0=B8=82=E0=B8=AD=E0=B8=87?= =?UTF-8?q?=E0=B8=9C=E0=B8=A5=E0=B8=87=E0=B8=B2=E0=B8=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../client/src/components/FileSearched.vue | 29 ++++++++++++++++--- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/Services/client/src/components/FileSearched.vue b/Services/client/src/components/FileSearched.vue index 5ce89ac..64efb29 100644 --- a/Services/client/src/components/FileSearched.vue +++ b/Services/client/src/components/FileSearched.vue @@ -54,12 +54,20 @@ const columns: QTableProps['columns'] = [ }, { name: 'title', - align: 'center', + align: 'left', label: 'ชื่อเรื่อง', field: 'title', style: 'width: 200px', sortable: true, }, + { + name: 'author', + align: 'left', + label: 'เจ้าของผลงาน', + field: 'author', + style: 'width: 200px', + sortable: true, + }, { name: 'fileType', align: 'center', @@ -75,6 +83,7 @@ const columns: QTableProps['columns'] = [ field: '', style: 'width: 20px', }, + ] const socket = io(import.meta.env.VITE_API_HOST) @@ -262,17 +271,29 @@ onMounted(() => { {{ nameData.row.fileName }} + +