From 8037c31df73589dd574b7dd182d687a859dc2878 Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Fri, 8 Nov 2024 15:26:29 +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 | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 0b3f58a..911f70f 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -51,22 +51,25 @@ const tableConfig = reactive({ align: 'center' }, { - prop: 'operationUser', + // prop: 'operationUser', + prop: 'destinationName', label: '处理人', align: 'center' }, { - prop: 'knotter', + // prop: 'knotter', + prop: 'destinationName', label: '关单人', align: 'center' }, { - prop: 'workOrderNumber', + prop: 'destinationName', + // prop: 'workOrderNumber', label: '用户名', align: 'center' }, { - prop: 'workOrderNumber', + prop: 'destinationNumber', label: '电话号码', align: 'center' }, @@ -84,7 +87,8 @@ const tableConfig = reactive({ } }, { - prop: 'workOrderTime', + prop: 'createdTime', + // prop: 'workOrderTime', label: '拨打时间', align: 'center', width: 200 @@ -151,6 +155,9 @@ window.setInterval(() => {