1
0

feat(web): 关联数据资源和确权状态

This commit is contained in:
2024-11-27 14:01:36 +08:00
parent 70d5a4549f
commit f15bcc2f53
4 changed files with 15 additions and 4 deletions

View File

@@ -63,8 +63,9 @@ export function resourceList() {
...resourceEditeDialog(),
},
{
disabledOn: '${confirmationId}',
type: 'action',
label: '删除',
label: "${IF(confirmationId, '删除(确权中)', '删除')}",
confirmTitle: '确认删除',
confirmText: '确认删除名称为「${name}」的数据资源吗?',
actionType: 'ajax',