| | |
| | | > |
| | | <template slot="title"> |
| | | <div class="header"> |
| | | <span class="header-label">回访单编号</span> |
| | | <span class="header-label">服务回访单</span> |
| | | <span class="header-title">{{ detailConfig.infomation.number }}</span> |
| | | </div> |
| | | </template> |
| | |
| | | { |
| | | leftStr: "回访人", |
| | | leftValue: item.Member.username, |
| | | rightStr: "项目计划", |
| | | rightValue: "" |
| | | rightStr: "满意度", |
| | | rightValue: item.satisfaction.name |
| | | }, |
| | | { |
| | | leftStr: "满意度", |
| | | leftValue: item.satisfaction.name, |
| | | rightStr: "及时率", |
| | | rightValue: item.timelyRate.name |
| | | leftStr: "及时率", |
| | | leftValue: item.timelyRate.name, |
| | | rightStr: "解决率", |
| | | rightValue: item.solveRate.name |
| | | }, |
| | | { |
| | | leftStr: "解决率", |
| | | leftValue: item.solveRate.name, |
| | | rightStr: "原服务人员", |
| | | rightValue: item.oldMember.username |
| | | leftStr: "原服务人员", |
| | | leftValue: item.oldMember.username, |
| | | rightStr: "服务人员是否来过", |
| | | rightValue: item.isVisit.name |
| | | }, |
| | | { |
| | | leftStr: "服务人员是否来过", |
| | | leftValue: item.isVisit.name, |
| | | rightStr: "创建时间", |
| | | rightValue: "" |
| | | }, |
| | | { |
| | | leftStr: "修改时间", |
| | | leftValue: "", |
| | | rightStr: "", |
| | | rightValue: "" |
| | | leftStr: "创建时间", |
| | | leftValue: item.createTime, |
| | | rightStr: "修改时间", |
| | | rightValue: item.updateTime |
| | | } |
| | | ] |
| | | }, |