杨树林 5 years ago
parent d9797db8ac
commit b888c03c95

@ -187,14 +187,14 @@ const App = (props) => {
defaultSortOrder: 'descend', defaultSortOrder: 'descend',
sorter: (a, b) => a.passed_games_count - b.passed_games_count sorter: (a, b) => a.passed_games_count - b.passed_games_count
}, },
{ // {
title: '代码行', // title: '代码行',
dataIndex: 'code_line_count', // dataIndex: 'code_line_count',
align: 'center', // align: 'center',
with: 130, // with: 130,
render: (val) => val + '', // render: (val) => val + '',
sorter: (a, b) => a.code_line_count - b.code_line_count // sorter: (a, b) => a.code_line_count - b.code_line_count
}, // },
{ {
title: '评测次数', title: '评测次数',
dataIndex: 'evaluate_count', dataIndex: 'evaluate_count',

Loading…
Cancel
Save