feat:增加换组弹窗

This commit is contained in:
lixg
2023-01-31 16:06:48 +08:00
parent 94db05c7ee
commit f0a8d8c70c
3 changed files with 113 additions and 6 deletions

View File

@@ -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)"