|
@@ -250,15 +250,15 @@
|
|
|
</ion-select-option>
|
|
|
</ion-select>
|
|
|
</div>
|
|
|
-<!-- <div class="form-select">-->
|
|
|
-<!-- <ion-label>血型</ion-label>-->
|
|
|
-<!-- <ion-select name="bloodTypeID" id="bloodTypeID" okText="确定" cancelText="取消" v-model="baseData.bloodTypeID"-->
|
|
|
-<!-- interface="action-sheet" placeholder="请选择血型" style="width:100%;text-align:left;">-->
|
|
|
-<!-- <ion-select-option v-for=" (it,key) in bloodTypeList" :key="key" :value="it.value">-->
|
|
|
-<!-- {{ it.name }}-->
|
|
|
-<!-- </ion-select-option>-->
|
|
|
-<!-- </ion-select>-->
|
|
|
-<!-- </div>-->
|
|
|
+ <div class="form-select">
|
|
|
+ <ion-label>血型</ion-label>
|
|
|
+ <ion-select name="bloodTypeID" id="bloodTypeID" okText="确定" cancelText="取消" v-model="baseData.bloodTypeID"
|
|
|
+ interface="action-sheet" placeholder="请选择血型" style="width:100%;text-align:left;">
|
|
|
+ <ion-select-option v-for=" (it,key) in bloodTypeList" :key="key" :value="it.value">
|
|
|
+ {{ it.name }}
|
|
|
+ </ion-select-option>
|
|
|
+ </ion-select>
|
|
|
+ </div>
|
|
|
<div class="form-input">
|
|
|
<ion-label>身高(cm)</ion-label>
|
|
|
<ion-input name="height" id="height" style="text-align: left;" class="custom" :clear-input="true"
|
|
@@ -298,6 +298,11 @@
|
|
|
<ion-input name="userName" id="userName" style="text-align: left;" class="custom" :clear-input="true"
|
|
|
placeholder="请输入联系人员" v-model="baseData.userName" ></ion-input>
|
|
|
</div>
|
|
|
+ <div class="form-input">
|
|
|
+ <ion-label>邮政编码</ion-label>
|
|
|
+ <ion-input name="birthPlace" id="postalCode" style="text-align: left;" class="custom" :clear-input="true"
|
|
|
+ placeholder="请输入邮政编码" v-model="baseData.postalCode"></ion-input>
|
|
|
+ </div>
|
|
|
<div class="form-input">
|
|
|
<ion-label>电子邮箱</ion-label>
|
|
|
<ion-input name="email" id="email" style="text-align: left;" class="custom" :clear-input="true"
|