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

@ -72,6 +72,11 @@
</el-button>
</template>
</el-table-column>
<el-table-column label="流程图标" align="center" prop="icon" width="100">
<template #default="scope">
<el-image :src="scope.row.icon" class="w-32px h-32px" />
</template>
</el-table-column>
<el-table-column label="流程分类" align="center" prop="categoryName" width="100" />
<el-table-column label="表单信息" align="center" prop="formType" width="200">
<template #default="scope">