style: smsc时间显示列宽度200px
This commit is contained in:
@@ -151,7 +151,7 @@ let tableColumns: ColumnsType = [
|
|||||||
dataIndex: 'cdrJSON',
|
dataIndex: 'cdrJSON',
|
||||||
key: 'callerParty',
|
key: 'callerParty',
|
||||||
align: 'left',
|
align: 'left',
|
||||||
width: 120,
|
width: 150,
|
||||||
customRender(opt) {
|
customRender(opt) {
|
||||||
const cdrJSON = opt.value;
|
const cdrJSON = opt.value;
|
||||||
return cdrJSON.callerParty;
|
return cdrJSON.callerParty;
|
||||||
@@ -162,7 +162,7 @@ let tableColumns: ColumnsType = [
|
|||||||
dataIndex: 'cdrJSON',
|
dataIndex: 'cdrJSON',
|
||||||
key: 'calledParty',
|
key: 'calledParty',
|
||||||
align: 'left',
|
align: 'left',
|
||||||
width: 120,
|
width: 150,
|
||||||
customRender(opt) {
|
customRender(opt) {
|
||||||
const cdrJSON = opt.value;
|
const cdrJSON = opt.value;
|
||||||
return cdrJSON.calledParty;
|
return cdrJSON.calledParty;
|
||||||
@@ -180,7 +180,7 @@ let tableColumns: ColumnsType = [
|
|||||||
title: t('views.dashboard.cdr.time'),
|
title: t('views.dashboard.cdr.time'),
|
||||||
dataIndex: 'cdrJSON',
|
dataIndex: 'cdrJSON',
|
||||||
align: 'left',
|
align: 'left',
|
||||||
width: 150,
|
width: 200,
|
||||||
customRender(opt) {
|
customRender(opt) {
|
||||||
const cdrJSON = opt.value;
|
const cdrJSON = opt.value;
|
||||||
if (typeof cdrJSON.updateTime === 'number') {
|
if (typeof cdrJSON.updateTime === 'number') {
|
||||||
|
|||||||
Reference in New Issue
Block a user