mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
feat:增加换组弹窗
This commit is contained in:
@@ -216,12 +216,7 @@
|
||||
<!-- </div>-->
|
||||
<a-space :size="2">
|
||||
<slot name="extension" v-bind:data="{ record }"></slot>
|
||||
<a-button
|
||||
v-if="type === 1"
|
||||
@click="updateStatus(0, record.id)"
|
||||
type="link"
|
||||
>换组</a-button
|
||||
>
|
||||
|
||||
<a-button
|
||||
v-if="type === 3 && record.status !== 0"
|
||||
@click="updateStatus(0, record.id)"
|
||||
|
||||
Reference in New Issue
Block a user