fix(web): 优化文件上传适配
This commit is contained in:
@@ -19,6 +19,9 @@ export function resourceList() {
|
||||
...resourceAddDialog()
|
||||
},
|
||||
],
|
||||
rowSelection: {
|
||||
disableOn: '${confirmationId}',
|
||||
},
|
||||
columns: [
|
||||
{
|
||||
label: '名称',
|
||||
@@ -57,6 +60,7 @@ export function resourceList() {
|
||||
trigger: 'hover',
|
||||
buttons: [
|
||||
{
|
||||
disabledOn: '${confirmationId}',
|
||||
type: 'action',
|
||||
label: '编辑',
|
||||
level: 'link',
|
||||
@@ -65,7 +69,7 @@ export function resourceList() {
|
||||
{
|
||||
disabledOn: '${confirmationId}',
|
||||
type: 'action',
|
||||
label: "${IF(confirmationId, '删除(确权中)', '删除')}",
|
||||
label: "删除",
|
||||
confirmTitle: '确认删除',
|
||||
confirmText: '确认删除名称为「${name}」的数据资源吗?',
|
||||
actionType: 'ajax',
|
||||
|
||||
Reference in New Issue
Block a user