|
@@ -119,12 +119,12 @@ export const tableColumns: BasicColumn[] = [
|
|
|
children: [
|
|
|
{
|
|
|
title: '扣分',
|
|
|
- dataIndex: 'studentAssessComprehensiveIndex',
|
|
|
+ dataIndex: 'classCultureIndex',
|
|
|
width: 60,
|
|
|
},
|
|
|
{
|
|
|
title: '此项得分',
|
|
|
- dataIndex: 'studentAssessScore',
|
|
|
+ dataIndex: 'classCultureScore',
|
|
|
width: 80,
|
|
|
},
|
|
|
],
|