BPM:流程模型的 icon 维护

This commit is contained in:
YunaiV
2024-03-24 10:08:59 +08:00
parent cc14963bc8
commit eed7bb2e1a
3 changed files with 13 additions and 6 deletions

View File

@ -23,11 +23,7 @@
>
<template #default>
<div class="flex">
<!-- TODO 芋艿流程图增加 icon -->
<el-image
src="http://test.yudao.iocoder.cn/96c787a2ce88bf6d0ce3cd8b6cf5314e80e7703cd41bf4af8cd2e2909dbd6b6d.png"
class="w-32px h-32px"
/>
<el-image :src="definition.icon" class="w-32px h-32px" />
<el-text class="!ml-10px" size="large">{{ definition.name }}</el-text>
</div>
</template>