| | |
| | | }, |
| | | { |
| | | leftStr: "回访人", |
| | | leftValue: item.isVisit, |
| | | leftValue: item.Member.username, |
| | | rightStr: "项目计划", |
| | | rightValue: "" |
| | | }, |
| | | { |
| | | leftStr: "满意度", |
| | | leftValue: item.satisfaction, |
| | | leftValue: item.satisfaction.name, |
| | | rightStr: "及时率", |
| | | rightValue: item.timelyRate |
| | | rightValue: item.timelyRate.name |
| | | }, |
| | | { |
| | | leftStr: "解决率", |
| | | leftValue: "", |
| | | leftValue: item.solveRate.name, |
| | | rightStr: "原服务人员", |
| | | rightValue: "" |
| | | rightValue: item.oldMember.username |
| | | }, |
| | | { |
| | | leftStr: "服务人员是否来过", |
| | | leftValue: "", |
| | | leftValue: item.isVisit.name, |
| | | rightStr: "创建时间", |
| | | rightValue: "" |
| | | }, |