This commit is contained in:
曹辉 2022-11-04 16:39:47 +08:00
parent 04b41dc87c
commit f818c52ae3
3 changed files with 2 additions and 6 deletions

View File

@ -305,9 +305,7 @@ export default {
classId: "",
// batchCode: "PC202208030005",
// kindergartenId: "18",
// classId: "2",
pageNum: 1,
pageSize: 10,
// classId: "2"
},
categoryTableNameList: [],
categoryAgeFractionList: [],

View File

@ -53,7 +53,7 @@
性别:{{ sythesizestudent.studentSex == "MALE" ? "男" : "女" }}
</div>
<div class="cell" style="width: 20%">
年龄:{{ sythesizestudent.studentAge }}
年龄:{{ sythesizestudent.studentAge }}
</div>
<div class="cell" style="width: 20%">
民族:{{ sythesizestudent.nationName }}

View File

@ -192,8 +192,6 @@ export default {
studentlistqueryParams: {
kindergartenId: "",
batchCode: "",
pageNum: 1,
pageSize: 10,
// kindergartenId: "2",
// batchCode: "PC202208260011",
},