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