|
@@ -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) : '',
|