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

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