bpm 我的流程,增加 task 的展示

This commit is contained in:
YunaiV
2022-01-08 09:56:56 +08:00
parent 14a7d637b3
commit 1ab15dd1f9
16 changed files with 139 additions and 89 deletions

View File

@ -54,7 +54,13 @@
<span>{{ getDictDataLabel(DICT_TYPE.BPM_MODEL_CATEGORY, scope.row.category) }}</span>
</template>
</el-table-column>
<el-table-column label="当前审批任务" align="center" prop="tasks" /> <!-- TODO 芋艿待完善 -->
<el-table-column label="当前审批任务" align="center" prop="tasks">
<template slot-scope="scope">
<el-button v-for="task in scope.row.tasks" type="text" @click="handleFormDetail(task.id)">
<span>{{ task.name }}</span>
</el-button>
</template>
</el-table-column>
<el-table-column label="状态" align="center" prop="status">
<template slot-scope="scope">
<span>