Ver Fonte

reactor:自贡新增语音回访;

zhangchong há 5 dias atrás
pai
commit
aebc01cdd4
1 ficheiros alterados com 6 adições e 6 exclusões
  1. 6 6
      src/views/statistics/call/telephonist.vue

+ 6 - 6
src/views/statistics/call/telephonist.vue

@@ -124,19 +124,19 @@
 					<vxe-column field="outAnsweredRateString" title="呼出接通率" sortable width="120"></vxe-column>
 					<vxe-column field="outDurationAvg" title="呼出平均时长" width="130" sortable></vxe-column>
 					<vxe-column field="loginDuration" title="登录时长" width="120" sortable>
-						<template #default="scope">
-							{{ formatDurationDay(scope.row.loginDuration) }}
+						<template #default="{ row }">
+							{{ row.loginDurationString }}
 						</template>
 						<template #footer="{ row }">
-							{{ formatDurationDay(row.loginDuration) }}
+							{{ row.loginDurationString }}
 						</template>
 					</vxe-column>
 					<vxe-column field="restDuration" title="小休时长" width="120" sortable>
-						<template #default="scope">
-							{{ formatDurationDay(scope.row.restDuration) }}
+						<template #default="{ row }">
+							{{ row.restDurationString }}
 						</template>
 						<template #footer="{ row }">
-							{{ formatDurationDay(row.restDuration) }}
+							{{ row.restDurationString }}
 						</template>
 					</vxe-column>
 					<vxe-column field="workRateString" title="工作效率" width="120" sortable></vxe-column>