Commit 182a48a0 by crushh

Merge branch 'feature/3月迭代' into dev

parents 60aa6cc4 0e3ebc1e
...@@ -61,11 +61,8 @@ ...@@ -61,11 +61,8 @@
<el-table-column prop="" label="待完成" show-overflow-tooltip> <el-table-column prop="" label="待完成" show-overflow-tooltip>
<template slot-scope="scope">{{ scope.row.toComplete }}</template> <template slot-scope="scope">{{ scope.row.toComplete }}</template>
</el-table-column> </el-table-column>
<el-table-column prop="" label="逾期中" show-overflow-tooltip> <el-table-column prop="" label="逾期中/逾期失效" show-overflow-tooltip>
<template slot-scope="scope">{{ scope.row.overTimeNum }}</template> <template slot-scope="scope">{{ scope.row.overTimeNum }}/{{ scope.row.invalidCount }}</template>
</el-table-column>
<el-table-column prop="" label="逾期失效" show-overflow-tooltip>
<template slot-scope="scope">{{ scope.row.invalidCount }}</template>
</el-table-column> </el-table-column>
<el-table-column prop="" label="删除状态" show-overflow-tooltip> <el-table-column prop="" label="删除状态" show-overflow-tooltip>
<template slot-scope="scope"> <template slot-scope="scope">
......
...@@ -68,15 +68,12 @@ ...@@ -68,15 +68,12 @@
<div class="color-606266 line-20">{{ scope.row.overdueTime | timeStampToHms }}</div> <div class="color-606266 line-20">{{ scope.row.overdueTime | timeStampToHms }}</div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="逾期情况" min-width="90"> <el-table-column label="逾期情况/逾期失效" min-width="140">
<template slot-scope="scope"><span class="point" :style="'background:' + overdueStyle[scope.row.overdueStatus] + ';'"></span>{{ scope.row.overdueStatus === 1 ? '已逾期' : scope.row.overdueStatus === 2 ? '未逾期' : '' }}</template> <template slot-scope="scope"><span class="point" :style="'background:' + overdueStyle[scope.row.overdueStatus] + ';'"></span>{{ scope.row.overdueStatus === 1 ? '已逾期' : scope.row.overdueStatus === 2 ? '未逾期' : '' }}/{{ scope.row.invalidStatus | formatInvalidStatus }}</template>
</el-table-column> </el-table-column>
<el-table-column label="完成情况" min-width="90"> <el-table-column label="完成情况" min-width="90">
<template slot-scope="scope"><span v-if="scope.row.taskStatus" class="point" :style="'background:' + taskStyle[scope.row.taskStatus] + ';'"></span>{{ scope.row.taskStatus === 1 ? '未完成' : scope.row.taskStatus === 2 ? '已完成' : '' }}</template> <template slot-scope="scope"><span v-if="scope.row.taskStatus" class="point" :style="'background:' + taskStyle[scope.row.taskStatus] + ';'"></span>{{ scope.row.taskStatus === 1 ? '未完成' : scope.row.taskStatus === 2 ? '已完成' : '' }}</template>
</el-table-column> </el-table-column>
<el-table-column label="逾期失效" min-width="90">
<template slot-scope="scope">{{ scope.row.invalidStatus | formatInvalidStatus }}</template>
</el-table-column>
<el-table-column label="完成详情" min-width="280"> <el-table-column label="完成详情" min-width="280">
<template slot-scope="scope"> 待发送:{{ scope.row.waitSendCount }},已发送:{{ scope.row.successCount }},发送失败:{{ scope.row.failCount }} </template> <template slot-scope="scope"> 待发送:{{ scope.row.waitSendCount }},已发送:{{ scope.row.successCount }},发送失败:{{ scope.row.failCount }} </template>
</el-table-column> </el-table-column>
......
...@@ -66,11 +66,8 @@ ...@@ -66,11 +66,8 @@
<el-table-column prop="" label="待完成"> <el-table-column prop="" label="待完成">
<template slot-scope="scope">{{ scope.row.waitFinishCount || '--' }}</template> <template slot-scope="scope">{{ scope.row.waitFinishCount || '--' }}</template>
</el-table-column> </el-table-column>
<el-table-column prop="" label="逾期中"> <el-table-column prop="" label="逾期中/逾期失效">
<template slot-scope="scope">{{ scope.row.ovincplTaskCnt || '--' }}</template> <template slot-scope="scope">{{ scope.row.ovincplTaskCnt || '--' }}/{{ scope.row.invalidCount || '--' }}</template>
</el-table-column>
<el-table-column prop="" label="逾期失效" show-overflow-tooltip>
<template slot-scope="scope">{{ scope.row.invalidCount }}</template>
</el-table-column> </el-table-column>
<el-table-column prop="" label="操作" width="150"> <el-table-column prop="" label="操作" width="150">
<template slot-scope="scope"> <template slot-scope="scope">
......
...@@ -68,11 +68,8 @@ ...@@ -68,11 +68,8 @@
<el-table-column prop="" label="待完成"> <el-table-column prop="" label="待完成">
<template slot-scope="scope">{{ scope.row.waitFinishCount || '--' }}</template> <template slot-scope="scope">{{ scope.row.waitFinishCount || '--' }}</template>
</el-table-column> </el-table-column>
<el-table-column prop="" label="逾期中"> <el-table-column prop="" label="逾期中/逾期失效">
<template slot-scope="scope">{{ scope.row.ovincplTaskCnt || '--' }}</template> <template slot-scope="scope">{{ scope.row.ovincplTaskCnt || '--' }}/{{ scope.row.invalidCount || '--' }}</template>
</el-table-column>
<el-table-column prop="" label="逾期失效" show-overflow-tooltip>
<template slot-scope="scope">{{ scope.row.invalidCount }}</template>
</el-table-column> </el-table-column>
<el-table-column prop="" label="操作"> <el-table-column prop="" label="操作">
<template slot-scope="scope"> <template slot-scope="scope">
......
...@@ -139,11 +139,8 @@ ...@@ -139,11 +139,8 @@
<div class="line-18">{{ scope.row.lastTime | formatTimeHMS }}</div> <div class="line-18">{{ scope.row.lastTime | formatTimeHMS }}</div>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="逾期情况"> <el-table-column label="逾期情况/逾期失效" width="140">
<template slot-scope="scope"> <span class="point" :style="'background:' + overdueStyle[scope.row.isOverTime] + ';'"></span>{{ scope.row.isOverTime }}</template> <template slot-scope="scope"> <span class="point" :style="'background:' + overdueStyle[scope.row.isOverTime] + ';'"></span>{{ scope.row.isOverTime }}/{{ scope.row.invalidStatus | formatInvalidStatus }}</template>
</el-table-column>
<el-table-column label="逾期失效">
<template slot-scope="scope">{{ scope.row.invalidStatus | formatInvalidStatus }}</template>
</el-table-column> </el-table-column>
<el-table-column label="完成情况"> <el-table-column label="完成情况">
<template #header> <template #header>
......
...@@ -65,11 +65,8 @@ ...@@ -65,11 +65,8 @@
<el-table-column prop="" label="待完成" show-overflow-tooltip> <el-table-column prop="" label="待完成" show-overflow-tooltip>
<template slot-scope="scope">{{ scope.row.noCompletedCount }}</template> <template slot-scope="scope">{{ scope.row.noCompletedCount }}</template>
</el-table-column> </el-table-column>
<el-table-column prop="" label="逾期中" show-overflow-tooltip> <el-table-column prop="" label="逾期中/逾期失效" show-overflow-tooltip>
<template slot-scope="scope">{{ scope.row.overdueCount }}</template> <template slot-scope="scope">{{ `${scope.row.overdueCount} / ${scope.row.invalidCount}` }}</template>
</el-table-column>
<el-table-column prop="" label="逾期失效" show-overflow-tooltip>
<template slot-scope="scope">{{ scope.row.invalidCount }}</template>
</el-table-column> </el-table-column>
<el-table-column prop="" label="删除状态" show-overflow-tooltip> <el-table-column prop="" label="删除状态" show-overflow-tooltip>
<template slot-scope="scope"> <template slot-scope="scope">
......
...@@ -62,11 +62,8 @@ import taskViewDetail from '@/components/app/taskViewDetail.vue'; ...@@ -62,11 +62,8 @@ import taskViewDetail from '@/components/app/taskViewDetail.vue';
<el-table-column prop="" label="待完成" show-overflow-tooltip> <el-table-column prop="" label="待完成" show-overflow-tooltip>
<template slot-scope="scope">{{ scope.row.noCompletedCount }}</template> <template slot-scope="scope">{{ scope.row.noCompletedCount }}</template>
</el-table-column> </el-table-column>
<el-table-column prop="" label="逾期中" show-overflow-tooltip> <el-table-column prop="" label="逾期中/逾期失效" show-overflow-tooltip>
<template slot-scope="scope">{{ scope.row.overdueCount }}</template> <template slot-scope="scope">{{ scope.row.overdueCount || '--' }}/{{ scope.row.invalidCount || '--' }}</template>
</el-table-column>
<el-table-column label="逾期失效">
<template slot-scope="scope">{{ scope.row.invalidCount }}</template>
</el-table-column> </el-table-column>
<el-table-column label="操作"> <el-table-column label="操作">
<template slot-scope="scope"> <template slot-scope="scope">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment