mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-06 09:26:44 +08:00
fix: 移除更新按钮
This commit is contained in:
@@ -241,15 +241,6 @@
|
||||
type="link"
|
||||
>拒绝
|
||||
</a-button>
|
||||
<a-button
|
||||
v-if="checkPer(permissions)"
|
||||
:disabled="record.isLeader === '1'"
|
||||
@click="handleUpdateScore(record.id, record)"
|
||||
type="link"
|
||||
class="mr-10"
|
||||
info
|
||||
>更新
|
||||
</a-button>
|
||||
<a-button
|
||||
v-if="checkPer(permissions)"
|
||||
:disabled="record.isLeader === '1'"
|
||||
|
||||
Reference in New Issue
Block a user