mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-11-29 18:38:32 +08:00
🐞 fix(server web): 构建列表卡片模式按钮文字错乱
This commit is contained in:
parent
23f4b10f5a
commit
3bc628cacc
@ -6,6 +6,7 @@
|
||||
|
||||
1. 【server】升级 前端组件版本
|
||||
2. 【all】优化 管理脚本删除 `-XX:-UseBiasedLocking` 使其能在高版本 jdk 运行
|
||||
3. 【server】修复 构建列表卡片模式按钮文字错乱
|
||||
|
||||
------
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user