+
+
{{ metadata?.subject || data?.fileName }}
+
+ {{ metadata?.author || data?.author }}
+
-
+
+
+
ตำแหน่งที่ได้รับ
+
+ {{ metadata?.position || '-' }}
+
+
+
+
-
-
-
ขนาดไฟล์
-
- {{ data && doc.util.formatBytes(data.fileSize) }}
-
+
+
ขนาดไฟล์
+
+ {{ data && doc.util.formatBytes(data.fileSize) }}
+
-
-
วันที่อัปโหลด
-
- {{
- data &&
- new Date(data.createdAt).toLocaleDateString('th', {
- day: 'numeric',
- month: 'short',
- year: 'numeric',
- })
- }}
-
+
+
วันที่อัปโหลด
+
+ {{
+ data &&
+ new Date(data.createdAt).toLocaleDateString('th', {
+ day: 'numeric',
+ month: 'short',
+ year: 'numeric',
+ })
+ }}
+
+
+
+
+
-
-
- data &&
- doc.util.download(
- data.downloadUrl,
- data.fileName,
- )
- "
+ data && doc.util.download(data.downloadUrl, data.fileName)
+ "
+ style="border-radius:10px ;"
+ >
+
-
+
+
+
ดาวน์โหลด
+