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