浏览代码

fix: change examineManager quantizationExamine

DESKTOP-USV654P\pc 2 月之前
父节点
当前提交
2c7a808428
共有 2 个文件被更改,包括 3 次插入3 次删除
  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,
       },
     ],