🐞 fix(server web): 构建列表卡片模式按钮文字错乱

This commit is contained in:
bwcx_jzy 2024-04-19 19:05:19 +08:00
parent 23f4b10f5a
commit 3bc628cacc
2 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
1. 【server】升级 前端组件版本
2. 【all】优化 管理脚本删除 `-XX:-UseBiasedLocking` 使其能在高版本 jdk 运行
3. 【server】修复 构建列表卡片模式按钮文字错乱
------

View File

@ -302,7 +302,7 @@
<a-button size="small" @click="handleDelete(item)">{{ $tl('c.delete') }}</a-button>
<a-tooltip placement="leftBottom" :title="$tl('c.clearCode')">
<a-button size="small" :disabled="!item.sourceDirExist" @click="handleClear(item)"
>{{ $tl('undefined') }}
>{{ $tl('p.clearCode') }}
</a-button>
</a-tooltip>
</a-button-group>