From af154186957da40c764613a3aa1fae6ff360dab7 Mon Sep 17 00:00:00 2001 From: lai <10633968+laiyujun1@user.noreply.gitee.com> Date: Wed, 21 May 2025 15:55:42 +0800 Subject: [PATCH] update --- src/i18n/locales/zh-CN.ts | 2 +- src/views/agentManage/callings/index.vue | 8 +------- .../overview/components/mfOverview/DashboardCards.vue | 8 +++++++- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/i18n/locales/zh-CN.ts b/src/i18n/locales/zh-CN.ts index a782356a..98eeefce 100644 --- a/src/i18n/locales/zh-CN.ts +++ b/src/i18n/locales/zh-CN.ts @@ -357,7 +357,7 @@ export default { startTime:'开始时间', answeredTime:'接听时间', callDuration:'通话时长', - msdData:'msd内容', + msdData:'MSD内容', } }, dashboard: { diff --git a/src/views/agentManage/callings/index.vue b/src/views/agentManage/callings/index.vue index 9b9c4333..268878fd 100644 --- a/src/views/agentManage/callings/index.vue +++ b/src/views/agentManage/callings/index.vue @@ -52,12 +52,6 @@ let tableState: TabeStateType = reactive({ /**表格字段列 */ let tableColumns: ColumnsType = [ - { - title: t('common.rowId'), - dataIndex: 'id', - align: 'center', - width: 3, - }, { title: t('views.agentManage.callings.callerIdNumber'), dataIndex: 'callerIdNumber', @@ -72,7 +66,7 @@ let tableColumns: ColumnsType = [ }, { title: t('views.agentManage.callings.startTime'), - dataIndex: 'startTime', + dataIndex: 'createdTime', align: 'center', width: 6, }, diff --git a/src/views/dashboard/overview/components/mfOverview/DashboardCards.vue b/src/views/dashboard/overview/components/mfOverview/DashboardCards.vue index 1b336831..f5ac6e8a 100644 --- a/src/views/dashboard/overview/components/mfOverview/DashboardCards.vue +++ b/src/views/dashboard/overview/components/mfOverview/DashboardCards.vue @@ -12,8 +12,10 @@ import { listNeInfo } from '@/api/ne/neInfo'; import { RESULT_CODE_SUCCESS } from '@/constants/result-constants'; import { getNeConfigData } from '@/api/ne/neConfig'; import { listCallings } from '@/api/agentManage/callings'; +import { useRouter } from 'vue-router'; const { t } = useI18n(); +const router = useRouter(); /**10s调度器 */ const interval10s = ref(null); @@ -287,6 +289,10 @@ function fnGetList() { }); } +/**栏目信息跳转 */ +function fnToRouter(name: string, query?: any) { + router.push({ name, query }); +} onMounted(() => { // 初始获取数据 @@ -357,7 +363,7 @@ onBeforeUnmount(() => { - +
{{ t('views.dashboard.overview.parallelUser') }}