From adfce5d2f7195d9c046799a984af55599909e9f0 Mon Sep 17 00:00:00 2001 From: TsMask <340112800@qq.com> Date: Fri, 27 Sep 2024 10:05:45 +0800 Subject: [PATCH] =?UTF-8?q?style:=20SMSC-CDR=E7=BB=93=E6=9E=9C=E5=B8=A6res?= =?UTF-8?q?ult,cause?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/smscCDR/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/dashboard/smscCDR/index.vue b/src/views/dashboard/smscCDR/index.vue index 736269d3..30fc6a5b 100644 --- a/src/views/dashboard/smscCDR/index.vue +++ b/src/views/dashboard/smscCDR/index.vue @@ -167,12 +167,12 @@ let tableColumns: ColumnsType = [ dataIndex: 'cdrJSON', key: 'cause', align: 'left', - width: 120, + width: 200, }, { title: t('views.dashboard.cdr.time'), dataIndex: 'cdrJSON', - align: 'center', + align: 'left', width: 150, customRender(opt) { const cdrJSON = opt.value; @@ -673,6 +673,7 @@ onBeforeUnmount(() => {