优化公共库管理页面

This commit is contained in:
2026-04-15 17:27:48 +08:00
parent cd04abdc64
commit 7a5c81f6db
2 changed files with 2 additions and 1 deletions

View File

@@ -47,6 +47,7 @@
<a-popconfirm
title="确定要删除此记录吗?"
@confirm="remove(record)"
v-if="false"
>
<a class="ele-text-danger">删除</a>
</a-popconfirm>