瀏覽代碼

智能评分

11wqe1 1 周之前
父節點
當前提交
ea84c0fee0
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/components/pages/test/check/index.vue

+ 2 - 2
src/components/pages/test/check/index.vue

@@ -2521,7 +2521,7 @@ export default {
               }
           }
 let info = [
-  this.cueWord.fieldList.includes('序号') ? '序号' + (kin + 1) : '',
+  this.cueWord.fieldList.includes('序号') ? '序号' + (kin + 1) : '',
   this.cueWord.fieldList.includes('提交人') ? '提交人:' + this.tableWorksArray[kin].name : '',
   this.cueWord.fieldList.includes('学段') ? '学段:' + this.getTType(this.teaType[0].id, this.tableWorksArray[kin].cclassid) : '',
   this.cueWord.fieldList.includes('年级') ? '年级:' + this.getTType(this.teaType[1].id, this.tableWorksArray[kin].cclassid) : '',
@@ -2734,7 +2734,7 @@ ${JSON.stringify(forAllList)}
               }
           }
 let info = [
-  this.cueWord.fieldList.includes('序号') ? '序号' + (kin + 1) : '',
+  this.cueWord.fieldList.includes('序号') ? '序号' + (kin + 1) : '',
   this.cueWord.fieldList.includes('提交人') ? '提交人:' + TabArr[kin].name : '',
   this.cueWord.fieldList.includes('学段') ? '学段:' + this.getTType(this.teaType[0].id, TabArr[kin].cclassid) : '',
   this.cueWord.fieldList.includes('年级') ? '年级:' + this.getTType(this.teaType[1].id, TabArr[kin].cclassid) : '',