徽章管理

This commit is contained in:
sdaduanbilei-d1581 2025-12-03 14:59:48 +08:00
parent c2f07c65cc
commit 229382bca2

View File

@ -19,10 +19,12 @@
<a-tag color="blue">{{record.category}}</a-tag>
</template>
<template #menu="{record}">
<edit type="edit" :info="record" @ok="fetchList"/>
<a-popconfirm content="是否确认删除该数据?" @ok="remove(record.id)">
<a-button type="text">删除</a-button>
</a-popconfirm>
<div class="flex flex-center flex-justify-start">
<edit type="edit" :info="record" @ok="fetchList"/>
<a-popconfirm content="是否确认删除该数据?" @ok="remove(record.id)">
<a-button type="text">删除</a-button>
</a-popconfirm>
</div>
</template>
</a-table>
</div>