From b888c03c958261247755702b062a416f4f5d0a4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Tue, 25 Feb 2020 14:17:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/modules/paths/statics/index.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/public/react/src/modules/paths/statics/index.js b/public/react/src/modules/paths/statics/index.js index 03a57d665..6b14f118c 100644 --- a/public/react/src/modules/paths/statics/index.js +++ b/public/react/src/modules/paths/statics/index.js @@ -187,14 +187,14 @@ const App = (props) => { defaultSortOrder: 'descend', sorter: (a, b) => a.passed_games_count - b.passed_games_count }, - { - title: '代码行', - dataIndex: 'code_line_count', - align: 'center', - with: 130, - render: (val) => val + '', - sorter: (a, b) => a.code_line_count - b.code_line_count - }, + // { + // title: '代码行', + // dataIndex: 'code_line_count', + // align: 'center', + // with: 130, + // render: (val) => val + '', + // sorter: (a, b) => a.code_line_count - b.code_line_count + // }, { title: '评测次数', dataIndex: 'evaluate_count',