feat: 尽可能的用 lucide 替换 ep 图标
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user