|
|
@@ -137,7 +137,7 @@
|
|
|
/>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column
|
|
|
+<!-- <el-table-column
|
|
|
label="项目状态"
|
|
|
align="center"
|
|
|
prop="projectState"
|
|
|
@@ -149,7 +149,7 @@
|
|
|
:value="scope.row.projectState"
|
|
|
/>
|
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column>-->
|
|
|
|
|
|
<el-table-column
|
|
|
label="备案时间"
|
|
|
@@ -193,6 +193,25 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column label="申请人" align="center" prop="startUserName">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <div :title="scope.row.startUserName">
|
|
|
+ {{ scope.row.startUserName }}
|
|
|
+ </div>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column label="申请人" align="center" prop="startUserName">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <div :title="scope.row.startUserName">
|
|
|
+ {{ scope.row.startUserName }}
|
|
|
+ </div>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column label="申请日期" align="center" prop="createTime">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{ parseTime(scope.row.createTime, "{y}-{m}-{d}") }}</span>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column label="当前节点" align="center" prop="taskName">
|
|
|
<template slot-scope="scope">
|
|
|
<div :title="scope.row.taskName" class="public-text-blue public-cursor" @click="handleReadImage(scope.row)">
|
|
|
@@ -312,7 +331,7 @@
|
|
|
/>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column
|
|
|
+<!-- <el-table-column
|
|
|
label="项目状态"
|
|
|
align="center"
|
|
|
prop="projectState"
|
|
|
@@ -324,7 +343,7 @@
|
|
|
:value="scope.row.projectState"
|
|
|
/>
|
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column>-->
|
|
|
|
|
|
<el-table-column
|
|
|
label="备案时间"
|
|
|
@@ -367,6 +386,18 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column label="申请人" align="center" prop="startUserName">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <div :title="scope.row.startUserName">
|
|
|
+ {{ scope.row.startUserName }}
|
|
|
+ </div>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column label="申请日期" align="center" prop="createTime">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{ parseTime(scope.row.createTime, "{y}-{m}-{d}") }}</span>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column label="处理节点" align="center" prop="taskName">
|
|
|
<template slot-scope="scope">
|
|
|
<div v-if="scope.row.deployId !== null && scope.row.deployId !== undefined && scope.row.deployId !== ''" :title="scope.row.taskName" class="public-text-blue public-cursor" @click="handleReadImage(scope.row)">
|
|
|
@@ -476,7 +507,7 @@
|
|
|
/>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
- <el-table-column
|
|
|
+<!-- <el-table-column
|
|
|
label="项目状态"
|
|
|
align="center"
|
|
|
prop="projectState"
|
|
|
@@ -488,7 +519,7 @@
|
|
|
:value="scope.row.projectState"
|
|
|
/>
|
|
|
</template>
|
|
|
- </el-table-column>
|
|
|
+ </el-table-column>-->
|
|
|
|
|
|
<el-table-column
|
|
|
label="备案时间"
|
|
|
@@ -531,6 +562,18 @@
|
|
|
</div>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
+ <el-table-column label="申请人" align="center" prop="startUserName">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <div :title="scope.row.startUserName">
|
|
|
+ {{ scope.row.startUserName }}
|
|
|
+ </div>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
+ <el-table-column label="申请日期" align="center" prop="createTime">
|
|
|
+ <template slot-scope="scope">
|
|
|
+ <span>{{ parseTime(scope.row.createTime, "{y}-{m}-{d}") }}</span>
|
|
|
+ </template>
|
|
|
+ </el-table-column>
|
|
|
<el-table-column label="当前节点" align="center" prop="taskName">
|
|
|
<template slot-scope="scope">
|
|
|
<div :title="scope.row.taskName" class="public-text-blue public-cursor" @click="handleReadImage(scope.row)">
|
|
|
@@ -586,7 +629,7 @@
|
|
|
|
|
|
<script>
|
|
|
import { getMyTaskList,getMyDoneTaskList,getMyList } from "@/api/project/investOpp/pool";
|
|
|
-import { selectByFlowKey,flowXmlAndNode } from "@/api/flowable/definition";
|
|
|
+import { flowXmlAndNode } from "@/api/flowable/definition";
|
|
|
import { listChannel } from "@/api/invest/channel";
|
|
|
import dueDiligenceList from "../../invest/components/dueDiligenceList.vue";
|
|
|
import followList from "../../invest/components/followList.vue";
|
|
|
@@ -839,7 +882,6 @@ export default {
|
|
|
handleReadImage(row){
|
|
|
this.readImage.title = "流程图";
|
|
|
this.readImage.open = true;
|
|
|
- console.log(row)
|
|
|
// this.readImage.src = process.env.VUE_APP_BASE_API + "/flowable/definition/readImage/" + deploymentId;
|
|
|
flowXmlAndNode({procInsId: row.procInstId,deployId:row.deployId}).then(res => {
|
|
|
this.flowData = res.data;
|