|
@@ -91,10 +91,10 @@
|
|
|
</ion-select>
|
|
|
</div>
|
|
|
<div class="form-select">
|
|
|
- <ion-label>部门类别<span class="danger">*</span></ion-label>
|
|
|
+ <ion-label>类别<span class="danger">*</span></ion-label>
|
|
|
<ion-select name="departmentTypeID" id="departmentTypeID" okText="确定" cancelText="取消"
|
|
|
v-model="dataModel.departmentTypeID"
|
|
|
- interface="action-sheet" placeholder="请选择最高学历" style="width:100%;text-align:left;">
|
|
|
+ interface="action-sheet" placeholder="请选择类别" style="width:100%;text-align:left;">
|
|
|
<ion-select-option v-for="(it,key) in creditRecordDepartmentList" :key="key" :value="it.value">
|
|
|
{{ it.name }}
|
|
|
</ion-select-option>
|