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: "", classId: "",
// batchCode: "PC202208030005", // batchCode: "PC202208030005",
// kindergartenId: "18", // kindergartenId: "18",
// classId: "2", // classId: "2"
pageNum: 1,
pageSize: 10,
}, },
categoryTableNameList: [], categoryTableNameList: [],
categoryAgeFractionList: [], categoryAgeFractionList: [],

View File

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

View File

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