diff --git a/src/views/monitor/realtimeMonitor/components/callStatics.vue b/src/views/monitor/realtimeMonitor/components/callStatics.vue index ce57072..978b4e4 100644 --- a/src/views/monitor/realtimeMonitor/components/callStatics.vue +++ b/src/views/monitor/realtimeMonitor/components/callStatics.vue @@ -41,8 +41,8 @@ inColumns: [ { text: '呼入成功', value: 'insuccess' }, { text: '客户放弃', value: 'giveup' }, - { text: '坐席忙碌', value: 'busy' }, - { text: '坐席未接', value: 'zxwj' }, + { text: '座席忙碌', value: 'busy' }, + { text: '座席未接', value: 'zxwj' }, { text: '呼损率', value: 'hsl' }, { text: '平均通话时长', value: 'pjthsc' }, { text: '呼入接通率', value: 'hrjtl' }