---修复黄金指标titile显示问题

This commit is contained in:
lai
2023-10-25 17:22:31 +08:00
parent 9b00ec91b9
commit e3238194ce
2 changed files with 5 additions and 2 deletions

View File

@@ -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: '结束时间',