review:【ANTD】【BPM 工作流】jaosn pulls #114、#116

This commit is contained in:
YunaiV
2025-06-07 20:25:27 +08:00
parent f6f2f65656
commit 8a17e03e6e
3 changed files with 7 additions and 6 deletions

View File

@@ -344,9 +344,9 @@ const handleRenameSuccess = () => {
v-if="!record.icon"
class="mr-2.5 flex h-9 w-9 items-center justify-center rounded bg-blue-500 text-white"
>
<span style="font-size: 12px">{{
record.name.substring(0, 2)
}}</span>
<span style="font-size: 12px">
{{ record.name.substring(0, 2) }}
</span>
</div>
<img
v-else