|
@@ -144,7 +144,7 @@
|
|
|
<van-row class="cell">
|
|
<van-row class="cell">
|
|
|
<van-col span="6">患病情况:</van-col>
|
|
<van-col span="6">患病情况:</van-col>
|
|
|
<van-col span="18">
|
|
<van-col span="18">
|
|
|
- <van-field name="disease" v-model="form.illness" type="textarea" rows="1" :rules="[{ required: false }]"
|
|
|
|
|
|
|
+ <van-field name="disease" v-model="form.prevalence" type="textarea" rows="1" :rules="[{ required: false }]"
|
|
|
placeholder="请输入" />
|
|
placeholder="请输入" />
|
|
|
</van-col>
|
|
</van-col>
|
|
|
</van-row>
|
|
</van-row>
|
|
@@ -303,7 +303,7 @@ export default {
|
|
|
tutelageId:'',//儿童主任ID
|
|
tutelageId:'',//儿童主任ID
|
|
|
mobile:'',//联系电话
|
|
mobile:'',//联系电话
|
|
|
healthStatus:'',//健康状况
|
|
healthStatus:'',//健康状况
|
|
|
- illness:'',//患病情况
|
|
|
|
|
|
|
+ prevalence:'',//患病情况
|
|
|
height:'',//身高
|
|
height:'',//身高
|
|
|
weight:'',//体重
|
|
weight:'',//体重
|
|
|
school:'',//就读学校
|
|
school:'',//就读学校
|
|
@@ -396,6 +396,7 @@ export default {
|
|
|
this.userInfo = JSON.parse(sessionStorage.getItem('userInfo'))
|
|
this.userInfo = JSON.parse(sessionStorage.getItem('userInfo'))
|
|
|
this.directorLink = this.userInfo.roleIdStr == '14' ? false : true
|
|
this.directorLink = this.userInfo.roleIdStr == '14' ? false : true
|
|
|
this.modelValue.directorTvalue = this.userInfo.roleIdStr == '14' ? this.userInfo.name :''
|
|
this.modelValue.directorTvalue = this.userInfo.roleIdStr == '14' ? this.userInfo.name :''
|
|
|
|
|
+ this.form.tutelageId = this.userInfo.roleIdStr == '14' ? this.userInfo.id :''
|
|
|
this.form.mobile = this.userInfo.roleIdStr == '14' ? this.userInfo.phone :''
|
|
this.form.mobile = this.userInfo.roleIdStr == '14' ? this.userInfo.phone :''
|
|
|
this.listAreaF()
|
|
this.listAreaF()
|
|
|
this.childTypeF()
|
|
this.childTypeF()
|