mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-13 04:46:46 +08:00
-- 合并冲突
This commit is contained in:
@@ -82,7 +82,7 @@
|
|||||||
<template #action="{ record }">
|
<template #action="{ record }">
|
||||||
<div
|
<div
|
||||||
@click="del(record.id)"
|
@click="del(record.id)"
|
||||||
style="color: #4ea6ff; font-size: 14px; text-align: center"
|
style="color: #4ea6ff; font-size: 14px; text-align: center;margin-left: 20px;cursor: pointer;"
|
||||||
>
|
>
|
||||||
删除
|
删除
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user