|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
|
- <el-card style="min-height: 407px;overflow: hidden;">
|
|
|
+ <el-card style="min-height: 464px;overflow: hidden;">
|
|
|
<div slot="header" class="clearfix">
|
|
|
<img src="../../assets/image/sq.png" style="display: block;float: left;margin: 1px 5px 0 0;" height="15" width="17"/>
|
|
|
<span>我的工作</span>
|
|
@@ -23,7 +23,7 @@
|
|
|
<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" label="事项" width="180" align="center"></el-table-column>
|
|
|
+ <el-table-column prop="taskName" label="流程名称" width="180" align="left"></el-table-column>
|
|
|
<el-table-column prop="name" label="待操作" width="180" align="center"> </el-table-column>
|
|
|
<el-table-column prop="createTime" label="接收时间" width="180" align="center">
|
|
|
<template slot-scope="scope">
|
|
@@ -41,7 +41,7 @@
|
|
|
<el-button type="text" @click="detern1(scope.row)" style="color: black">{{scope.row.title}}</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column prop="taskName" label="事项" width="180" align="center"></el-table-column>
|
|
|
+ <el-table-column prop="taskName" label="流程名称" width="180" align="left"></el-table-column>
|
|
|
<el-table-column prop="name" label="已操作" width="180" align="center"></el-table-column>
|
|
|
<el-table-column prop="createTime" label="完成时间" width="180" align="center">
|
|
|
<template slot-scope="scope">
|