徽章管理
This commit is contained in:
parent
c2f07c65cc
commit
229382bca2
@ -19,10 +19,12 @@
|
|||||||
<a-tag color="blue">{{record.category}}</a-tag>
|
<a-tag color="blue">{{record.category}}</a-tag>
|
||||||
</template>
|
</template>
|
||||||
<template #menu="{record}">
|
<template #menu="{record}">
|
||||||
<edit type="edit" :info="record" @ok="fetchList"/>
|
<div class="flex flex-center flex-justify-start">
|
||||||
<a-popconfirm content="是否确认删除该数据?" @ok="remove(record.id)">
|
<edit type="edit" :info="record" @ok="fetchList"/>
|
||||||
<a-button type="text">删除</a-button>
|
<a-popconfirm content="是否确认删除该数据?" @ok="remove(record.id)">
|
||||||
</a-popconfirm>
|
<a-button type="text">删除</a-button>
|
||||||
|
</a-popconfirm>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
</a-table>
|
</a-table>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user