|
@ -237,7 +237,7 @@ |
|
|
<template slot-scope="scope"> |
|
|
<template slot-scope="scope"> |
|
|
|
|
|
|
|
|
<span v-if="scope.row.status==='processing'">处理中</span> |
|
|
<span v-if="scope.row.status==='processing'">处理中</span> |
|
|
<span v-else-if="scope.row.status==='closed_case'">已办结</span> |
|
|
<span v-else-if="scope.row.status==='closed_case'">已完成</span> |
|
|
<span v-else>--</span> |
|
|
<span v-else>--</span> |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
@ -609,7 +609,7 @@ export default { |
|
|
|
|
|
|
|
|
this.tableData.forEach(item => { |
|
|
this.tableData.forEach(item => { |
|
|
if (item.operationType === '2') { |
|
|
if (item.operationType === '2') { |
|
|
item.operationTypeShow = '已转需求' |
|
|
item.operationTypeShow = '已转服务' |
|
|
} |
|
|
} |
|
|
if (item.operationType === '1') { |
|
|
if (item.operationType === '1') { |
|
|
item.operationTypeShow = '已立项' |
|
|
item.operationTypeShow = '已立项' |
|
|