|
@ -123,14 +123,11 @@ |
|
|
<el-table-column prop="limitTime" align="center" width="110" label="办结时限(部门)" :show-overflow-tooltip="true"> |
|
|
<el-table-column prop="limitTime" align="center" width="110" label="办结时限(部门)" :show-overflow-tooltip="true"> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
|
|
|
|
|
|
<el-table-column prop="status" align="center" width="110" label="办理状态" |
|
|
<el-table-column prop="operationTypeName" align="center" width="110" label="办理状态" |
|
|
|
|
|
:show-overflow-tooltip="true"> |
|
|
|
|
|
</el-table-column> |
|
|
|
|
|
<el-table-column prop="operationStep" align="center" width="150" label="最新办理进展" |
|
|
:show-overflow-tooltip="true"> |
|
|
:show-overflow-tooltip="true"> |
|
|
<template slot-scope="scope"> |
|
|
|
|
|
<span v-if="scope.row.status === 'unassigned'">未指派</span> |
|
|
|
|
|
<span v-else-if="scope.row.status ==='assigned'">已指派</span> |
|
|
|
|
|
<span v-else-if="scope.row.status ==='closed_case'">已办结</span> |
|
|
|
|
|
<span v-else="scope.row.status ==='processing'">处理中</span> |
|
|
|
|
|
</template> |
|
|
|
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
<el-table-column prop="limitStatus" align="center" width="110" label="办理超期" |
|
|
<el-table-column prop="limitStatus" align="center" width="110" label="办理超期" |
|
|
:show-overflow-tooltip="true"> |
|
|
:show-overflow-tooltip="true"> |
|
|