徽章管理
This commit is contained in:
parent
c2f07c65cc
commit
229382bca2
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user