Browse Source

111

shibei_master
jiangyy 3 years ago
parent
commit
5f689cf204
  1. 4
      src/views/modules/shequzhili/event/eventList.vue

4
src/views/modules/shequzhili/event/eventList.vue

@ -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 = '已立项'

Loading…
Cancel
Save