2025-06-03 08:08:49 +00:00
|
|
|
<template>
|
2025-06-05 09:28:07 +00:00
|
|
|
<el-avatar shape="square" style="background: #14C0FF;">
|
2025-06-11 11:15:17 +00:00
|
|
|
<img src="@/assets/workflow/icon_image.svg" style="width: 65%" alt="" />
|
2025-06-05 09:28:07 +00:00
|
|
|
</el-avatar>
|
2025-06-03 08:08:49 +00:00
|
|
|
</template>
|
|
|
|
|
<script setup lang="ts"></script>
|