🚀 修复构建问题.

This commit is contained in:
lijiahang
2024-03-18 14:58:43 +08:00
parent 127f4df302
commit 2451f4af82
9 changed files with 15 additions and 14 deletions

View File

@@ -78,10 +78,7 @@
:bordered="false">
<!-- 配置项 -->
<template #keyName="{ record }">
<span class="copy-left" title="复制" @click="copy(record.keyName)">
<icon-copy />
</span>
<span>{{ record.keyName }}</span>
<span class="text-copy" @click="copy(record.keyName)">{{ record.keyName }}</span>
</template>
<!-- 配置值类型 -->
<template #valueType="{ record }">