---修复黄金指标titile显示问题
This commit is contained in:
@@ -84,13 +84,15 @@ let tableColumns: ColumnsType = [
|
||||
},
|
||||
{
|
||||
title: '黄金指标项',
|
||||
dataIndex: 'en_title',
|
||||
dataIndex: 'enTitle',
|
||||
align: 'center',
|
||||
sorter: (a:any, b:any) => { return 1},
|
||||
},
|
||||
{
|
||||
title: '值',
|
||||
dataIndex: 'value',
|
||||
align: 'center',
|
||||
sorter: (a:any, b:any) => { return 1},
|
||||
},
|
||||
{
|
||||
title: '开始时间',
|
||||
@@ -100,6 +102,7 @@ let tableColumns: ColumnsType = [
|
||||
if (!opt.value) return '';
|
||||
return parseDateToStr(opt.value);
|
||||
},
|
||||
sorter: (a:any, b:any) => { return 1},
|
||||
},
|
||||
{
|
||||
title: '结束时间',
|
||||
|
||||
Reference in New Issue
Block a user