Skip to content

Commit 3c5fb39

Browse files
committed
bpm:完成流程实例的列表界面
1 parent 4bbe052 commit 3c5fb39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/bpm/processInstance/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</el-table-column>
5959
<el-table-column label="当前审批任务" align="center" prop="tasks">
6060
<template v-slot="scope">
61-
<el-button v-for="task in scope.row.tasks" :key="task.id" type="text" @click="handleFormDetail(task.id)">
61+
<el-button v-for="task in scope.row.tasks" :key="task.id" type="text"">
6262
<span>{{ task.name }}</span>
6363
</el-button>
6464
</template>

0 commit comments

Comments
 (0)