feat: 尽可能的用 lucide 替换 ep 图标

This commit is contained in:
xingyu4j
2025-06-15 15:53:12 +08:00
parent 93a02573d7
commit a15d4e8dfe
24 changed files with 55 additions and 56 deletions

View File

@@ -1254,7 +1254,7 @@ defineExpose({ loadTodoTask });
"
>
<Button type="dashed" @click="openPopover('return')">
<IconifyIcon :size="14" icon="ep:back" />
<IconifyIcon :size="14" icon="lucide:arrow-left" />
{{ getButtonDisplayName(BpmTaskOperationButtonTypeEnum.RETURN) }}
</Button>
<template #content>

View File

@@ -200,7 +200,7 @@ defineExpose({
ghost
class="ml-1"
>
<IconifyIcon icon="ep:document" />
<IconifyIcon icon="lucide:file-text" />
<span class="!ml-[2px] text-[12px]">查看表单</span>
</Button>
</div>