+ router.push({
+ query: {
+ kbId,
+ fileId: file.id,
+ currentTab: 'dataCard'
+ }
+ })
+ }
+ >
+
+
+
+
+ {t(file.filename)}
+
+
+ |
+
+ {file.chunkLength}
+ |
+ {dayjs(file.uploadTime).format('YYYY/MM/DD HH:mm')} |
+ {formatFileSize(file.size)} |
+
+ {statusMap[file.status].text}
+ |
+ e.stopPropagation()}>
+
+ openConfirm(() => {
+ onDeleteFile(file.id);
+ })()
+ }
+ />
+ |
+
+ ))}
+