修复团队成员列表页非Owner用户不显示移除成员菜单的问题
This commit is contained in:
parent
c1a3be92ae
commit
cc3c818ad5
@ -306,7 +306,7 @@ this.$socket.emit('pagetype_unsubscribe', pagetype);
|
|||||||
columns.push({
|
columns.push({
|
||||||
label: '',
|
label: '',
|
||||||
key: '__actions',
|
key: '__actions',
|
||||||
type: '操作',
|
type: 'Actions',
|
||||||
width: '100px',
|
width: '100px',
|
||||||
align: 'right',
|
align: 'right',
|
||||||
actions: (row) => this.options.rowActions({ ...this.context, row }),
|
actions: (row) => this.options.rowActions({ ...this.context, row }),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user