fix: 代码生成列表中更多菜单中的删除确认弹窗title取表名
This commit is contained in:
@@ -237,7 +237,7 @@ initDataSourceConfig();
|
||||
danger: true,
|
||||
auth: ['infra:codegen:delete'],
|
||||
popConfirm: {
|
||||
title: $t('ui.actionMessage.deleteConfirm', [row.name]),
|
||||
title: $t('ui.actionMessage.deleteConfirm', [row.tableName]),
|
||||
confirm: handleDelete.bind(null, row),
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user