style: smsc时间显示列宽度200px

This commit is contained in:
TsMask
2024-12-16 11:25:30 +08:00
parent 5a704146a5
commit 09fd8bc4dc

View File

@@ -144,7 +144,7 @@ let tableColumns: ColumnsType = [
dataIndex: 'cdrJSON',
key: 'callerParty',
align: 'left',
width: 120,
width: 150,
customRender(opt) {
const cdrJSON = opt.value;
return cdrJSON.callerParty;
@@ -155,7 +155,7 @@ let tableColumns: ColumnsType = [
dataIndex: 'cdrJSON',
key: 'calledParty',
align: 'left',
width: 120,
width: 150,
customRender(opt) {
const cdrJSON = opt.value;
return cdrJSON.calledParty;
@@ -173,7 +173,7 @@ let tableColumns: ColumnsType = [
title: t('views.dashboard.cdr.time'),
dataIndex: 'cdrJSON',
align: 'left',
width: 150,
width: 200,
customRender(opt) {
const cdrJSON = opt.value;
if (typeof cdrJSON.updateTime === 'number') {