From 48340a413f2caeb2084e225ffd47358610337cdc Mon Sep 17 00:00:00 2001 From: dj <1042039504@qq.com> Date: Tue, 26 Nov 2024 13:52:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=E5=B7=A5=E5=8D=95?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E5=88=97=E8=A1=A8=E6=98=BE=E7=A4=BA=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/home/index.vue | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/views/home/index.vue b/src/views/home/index.vue index 03e4e9a..8912d1c 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -54,21 +54,22 @@ const tableConfig = reactive({ label: '工单号', align: 'center', }, - { - prop: 'orderName', - label: '工单名称', - align: 'center' - }, + // { + // prop: 'orderName', + // label: '工单名称', + // align: 'center' + // }, { prop: 'orderContent', label: '工单内容', - align: 'center' + align: 'center', + width: 250, }, { prop: 'operationUser', // prop: 'destinationName', label: '处理人', - align: 'center' + align: 'center', }, // { // prop: 'knotter', @@ -91,7 +92,7 @@ const tableConfig = reactive({ prop: 'callState', label: '电话拨打状态', align: 'center', - width: 120, + width: 160, showOverflowTooltip: false, currentRender: ({ row, index }) => { if (row.callState !== null) {