zhouwenxuan
2023-08-04 b7d59880975d3aa75760e764c20c2c4217039c78
pages/tabBar/responsivity/countyResponsivity.vue
@@ -20,7 +20,7 @@
               <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>
@@ -74,7 +74,8 @@
         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 :'--';
@@ -109,11 +110,11 @@
                  }
               })
            }else {
               // uni.showToast({
               //    icon: 'none',
               //    title: '无转发',
               //    duration: 3000
               // })
               uni.showToast({
                  icon: 'none',
                  title: '暂无下级转发数据',
                  duration: 3000
               })
            }
         },
         toDetail(item){