|
@@ -132,14 +132,7 @@
|
|
|
></el-table-column>
|
|
|
<el-table-column prop="taskStatus" label="状态">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-popover
|
|
|
- placement="left"
|
|
|
- :width="285"
|
|
|
- trigger="click"
|
|
|
- visible-arrow="false"
|
|
|
- @show="history(scope.row)"
|
|
|
- >
|
|
|
- <template>
|
|
|
+ <template>
|
|
|
<span slot="reference">
|
|
|
<span
|
|
|
v-if="scope.row.taskStatus == '待审核'"
|
|
@@ -156,27 +149,6 @@
|
|
|
{{ scope.row.taskStatus }}
|
|
|
</span>
|
|
|
</template>
|
|
|
- <div>
|
|
|
- <p style="margin-top: 0; padding-left: 10px">操作历史</p>
|
|
|
- <div v-for="(item, index) in historyList" class="flex">
|
|
|
- <div class="vertical-text vertical-text-left">
|
|
|
- {{ item.updateDate }}
|
|
|
- </div>
|
|
|
- <div>
|
|
|
- <div class="vertical-circle"></div>
|
|
|
- <div
|
|
|
- v-if="index != historyList.length - 1"
|
|
|
- class="vertical-line"
|
|
|
- ></div>
|
|
|
- </div>
|
|
|
- <div class="vertical-text">
|
|
|
- {{ item.operateUser }}
|
|
|
- <br />
|
|
|
- {{ item.dealMsg }}
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- </el-popover>
|
|
|
<img
|
|
|
v-if="scope.row.taskStatus == '执行中'"
|
|
|
width="17"
|