diff --git a/src/views/modules/shequzhili/event/eventList.vue b/src/views/modules/shequzhili/event/eventList.vue index fd1f74c0..78c53fd6 100644 --- a/src/views/modules/shequzhili/event/eventList.vue +++ b/src/views/modules/shequzhili/event/eventList.vue @@ -237,7 +237,7 @@ @@ -609,7 +609,7 @@ export default { this.tableData.forEach(item => { if (item.operationType === '2') { - item.operationTypeShow = '已转需求' + item.operationTypeShow = '已转服务' } if (item.operationType === '1') { item.operationTypeShow = '已立项'