✨ File bundle
This commit is contained in:
@@ -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',
|
||||
|
@@ -99,6 +99,7 @@ const tableColumns: DataTableColumns<any> = [
|
||||
{
|
||||
title: 'Name',
|
||||
key: 'name',
|
||||
maxWidth: 180,
|
||||
render(row: any) {
|
||||
return h(
|
||||
NButton,
|
||||
|
Reference in New Issue
Block a user