2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 11:27:17 +08:00

feat: 文件删除显示文件名

This commit is contained in:
耗子
2024-11-16 20:58:28 +08:00
parent b95b035991
commit e99c71b8e1
2 changed files with 2 additions and 2 deletions

View File

@@ -248,7 +248,7 @@ const columns: DataTableColumns<RowData> = [
},
{
default: () => {
return '确定删除吗?'
return `确定删除 ${row.name} 吗?`
},
trigger: () => {
return h(

View File

@@ -81,7 +81,7 @@ const columns: DataTableColumns<RowData> = [
},
{
default: () => {
return '确定删除吗?'
return `确定删除 ${row.name} 吗?`
},
trigger: () => {
return h(