修复团队成员列表页非Owner用户不显示移除成员菜单的问题

This commit is contained in:
jingrow 2025-11-18 02:34:48 +08:00
parent c1a3be92ae
commit cc3c818ad5

View File

@ -306,7 +306,7 @@ this.$socket.emit('pagetype_unsubscribe', pagetype);
columns.push({
label: '',
key: '__actions',
type: '操作',
type: 'Actions',
width: '100px',
align: 'right',
actions: (row) => this.options.rowActions({ ...this.context, row }),