mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-07 01:46:43 +08:00
fix: 移除更新按钮
This commit is contained in:
@@ -241,15 +241,6 @@
|
|||||||
type="link"
|
type="link"
|
||||||
>拒绝
|
>拒绝
|
||||||
</a-button>
|
</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
|
<a-button
|
||||||
v-if="checkPer(permissions)"
|
v-if="checkPer(permissions)"
|
||||||
:disabled="record.isLeader === '1'"
|
:disabled="record.isLeader === '1'"
|
||||||
|
|||||||
Reference in New Issue
Block a user