File bundle

This commit is contained in:
2025-07-28 00:37:54 +08:00
parent e31a5ea017
commit 8b1bb7fcfd
13 changed files with 330 additions and 217 deletions

View File

@@ -50,17 +50,12 @@ const tableColumns: DataTableColumns<any> = [
},
)
},
maxWidth: 80,
},
{
title: 'Description',
key: 'description',
},
{
title: 'Files',
key: 'files',
render(row: any) {
return row.files.length
},
maxWidth: 180,
},
{
title: 'Expired At',

View File

@@ -99,6 +99,7 @@ const tableColumns: DataTableColumns<any> = [
{
title: 'Name',
key: 'name',
maxWidth: 180,
render(row: any) {
return h(
NButton,