add delete acl entry from acl detail

This commit is contained in:
许晓东
2021-09-04 18:21:47 +08:00
parent 399d67fd3c
commit bb8db4f6f3
6 changed files with 49 additions and 5 deletions

View File

@@ -328,7 +328,7 @@ function getAclList(data, requestParameters) {
}
const columns = [
{ title: "用户名", dataIndex: "username", key: "username" },
{ title: "用户名", dataIndex: "username", key: "username", width: 200 },
{
title: "topic列表",
dataIndex: "topicList",
@@ -347,6 +347,7 @@ const columns = [
title: "操作",
key: "operation",
scopedSlots: { customRender: "operation" },
width: 350,
},
];