From cadf653193d4041e952da293dc344fb517016a00 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Fri, 8 Nov 2024 15:47:54 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E5=8F=B0-=E5=8E=86=E5=8F=B2=E9=80=9A=E8=AF=9D=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E5=AD=97=E6=AE=B5=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/index.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 911f70f..1336c5b 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -51,14 +51,14 @@ const tableConfig = reactive({ align: 'center' }, { - // prop: 'operationUser', - prop: 'destinationName', + prop: 'operationUser', + // prop: 'destinationName', label: '处理人', align: 'center' }, { - // prop: 'knotter', - prop: 'destinationName', + prop: 'knotter', + // prop: 'destinationName', label: '关单人', align: 'center' }, @@ -77,6 +77,7 @@ const tableConfig = reactive({ prop: 'callState', label: '电话拨打状态', align: 'center', + width: 120, showOverflowTooltip: false, currentRender: ({ row, index }) => { if (row.callState !== null) {