We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bbe052 commit 3c5fb39Copy full SHA for 3c5fb39
src/views/bpm/processInstance/index.vue
@@ -58,7 +58,7 @@
58
</el-table-column>
59
<el-table-column label="当前审批任务" align="center" prop="tasks">
60
<template v-slot="scope">
61
- <el-button v-for="task in scope.row.tasks" :key="task.id" type="text" @click="handleFormDetail(task.id)">
+ <el-button v-for="task in scope.row.tasks" :key="task.id" type="text"">
62
<span>{{ task.name }}</span>
63
</el-button>
64
</template>
0 commit comments