|
@@ -18,11 +18,16 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
- <el-table-column prop="fwtitle" label="标题" align="left" >
|
|
|
+ <el-table-column prop="fwtitle" label="标题" align="left" >
|
|
|
<template slot-scope="scope">
|
|
|
<el-button type="text" @click="openactform(scope.row.processInstanceId,scope.row.businessKey,scope.row.name,scope.row.title,scope.row.taskName)" style="color: black">{{scope.row.title}}</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column prop="taskName" width="180" label="流程分类" align="left" >
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <el-button type="text" @click="openactform(scope.row.processInstanceId,scope.row.businessKey,scope.row.name,scope.row.title,scope.row.taskName)" style="color: black">{{scope.row.taskName}}</el-button>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column prop="createTime" label="接收时间" width="180" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button type="text" @click="openactform(scope.row.processInstanceId,scope.row.businessKey,scope.row.name,scope.row.title,scope.row.taskName)" style="color: #606266">
|
|
@@ -44,6 +49,11 @@
|
|
|
<el-button type="text" @click="detern(scope.row)" style="color: black">{{scope.row.title}}</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column prop="taskName" width="180" label="流程分类" align="left" >
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <el-button type="text" @click="openactform(scope.row.processInstanceId,scope.row.businessKey,scope.row.name,scope.row.title,scope.row.taskName)" style="color: black">{{scope.row.taskName}}</el-button>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column prop="createTime" label="完成时间" width="180" align="center">
|
|
|
<template slot-scope="scope">
|
|
|
<el-button type="text" @click="detern(scope.row)" style="color: #606266">
|