| | |
| | | <th></th> |
| | | <th>处理情况</th> |
| | | <th v-if="unittype == 4">叫应时间</th> |
| | | <th v-else>叫应率</th> |
| | | <th v-else>转发叫应率</th> |
| | | <th v-if="unittype == 4">反馈</th> |
| | | <th v-else>详情</th> |
| | | </tr> |
| | |
| | | console.log("data",test) |
| | | this.title = test.title; |
| | | this.tableData = test.appPageResponseByIdRespDTOS; |
| | | this.unittype = test.unittype; |
| | | this.unittype = this.tableData[0].unittype; |
| | | console.log("unittype",this.tableData) |
| | | this.tableData.forEach((item,index) => { |
| | | this.tableData[index].response = item.responseStatus ==1 ? '待叫应' :item.responseStatus == 2 ? '已叫应' :'超时未叫应' |
| | | this.tableData[index].responsivity = item.forwardRate ? item.forwardRate :'--'; |
| | |
| | | } |
| | | }) |
| | | }else { |
| | | // uni.showToast({ |
| | | // icon: 'none', |
| | | // title: '无转发', |
| | | // duration: 3000 |
| | | // }) |
| | | uni.showToast({ |
| | | icon: 'none', |
| | | title: '暂无下级转发数据', |
| | | duration: 3000 |
| | | }) |
| | | } |
| | | }, |
| | | toDetail(item){ |