Browse Source

fix: change examineManager quantizationExamine

DESKTOP-USV654P\pc 2 months ago
parent
commit
2c7a808428
2 changed files with 3 additions and 3 deletions
  1. 1 1
      Makefile
  2. 2 2
      src/views/examineManager/quantizationExamine/data.config.ts

+ 1 - 1
Makefile

@@ -12,7 +12,7 @@ build:
 
 commit:
 	git add . && \
-	git commit --no-verify -m "fix: change textbook textbookSubscription"
+	git commit --no-verify -m "fix: change examineManager quantizationExamine"
 
 checkPre:
 	git checkout pre

+ 2 - 2
src/views/examineManager/quantizationExamine/data.config.ts

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