修改
This commit is contained in:
parent
04b41dc87c
commit
f818c52ae3
@ -305,9 +305,7 @@ export default {
|
||||
classId: "",
|
||||
// batchCode: "PC202208030005",
|
||||
// kindergartenId: "18",
|
||||
// classId: "2",
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
// classId: "2"
|
||||
},
|
||||
categoryTableNameList: [],
|
||||
categoryAgeFractionList: [],
|
||||
|
||||
@ -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 }}
|
||||
|
||||
@ -192,8 +192,6 @@ export default {
|
||||
studentlistqueryParams: {
|
||||
kindergartenId: "",
|
||||
batchCode: "",
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
// kindergartenId: "2",
|
||||
// batchCode: "PC202208260011",
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user