|
@@ -47,7 +47,7 @@ function columns12() {
|
|
|
render: (a: string, b: any) => (<WidthEllipsis value={a} />)
|
|
|
},
|
|
|
{
|
|
|
- title: '开服时间', dataIndex: 'merge_time', label: '区服信息', align: 'center', width: 140, default: 10,
|
|
|
+ title: '开服时间', dataIndex: 'dt', label: '区服信息', align: 'center', width: 140, default: 10,
|
|
|
render: (a: string, b: any) => (<WidthEllipsis value={a} />)
|
|
|
},
|
|
|
{
|