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

This commit is contained in:
TsMask
2024-12-19 11:23:23 +08:00
parent 7cab3f6556
commit ea368f9162

View File

@@ -151,7 +151,7 @@ let tableColumns: ColumnsType = [
dataIndex: 'cdrJSON',
key: 'callerParty',
align: 'left',
width: 120,
width: 150,
customRender(opt) {
const cdrJSON = opt.value;
return cdrJSON.callerParty;
@@ -162,7 +162,7 @@ let tableColumns: ColumnsType = [
dataIndex: 'cdrJSON',
key: 'calledParty',
align: 'left',
width: 120,
width: 150,
customRender(opt) {
const cdrJSON = opt.value;
return cdrJSON.calledParty;
@@ -180,7 +180,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') {