fix(项目设置): 用户组和权限成员列表中去掉编辑按钮

--bug=1018148 --user=李玉号 【项目设置】项目设置-用户组和权限-查看成员-编辑成员的所属项目时项目名称显示错误
https://www.tapd.cn/55049933/s/1263752
This commit is contained in:
shiziyuan9527 2022-10-17 13:48:04 +08:00 committed by lyh
parent 0aa740a9b7
commit 21670ee179
1 changed files with 1 additions and 2 deletions

View File

@ -40,10 +40,9 @@
<template v-slot:default="scope">
<div>
<ms-table-operator :tip2="$t('commons.remove')"
:show-edit="showTypeLabel"
:show-edit="false"
:delete-permission="deletePermission"
:edit-permission="editPermission"
@editClick="editMemberBtn(scope.row)"
@deleteClick="removeMember(scope.row)"/>
</div>
</template>