Browse Source

Merge branch 'feature/rentalRevision' into dev

dev-用户反馈
zhaoyongnian 3 years ago
parent
commit
0150e502df
  1. 8
      src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue

8
src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue

@ -314,7 +314,7 @@
</el-select>
</el-form-item>
<br/>
<el-form-item v-if="dataForm.tenantList[index].isVaccination === '1'" label="第二次接种时间" :prop="'tenantList['+index+'].secondVacTime'" required :show-message="false" label-width="150px">
<el-form-item v-if="dataForm.tenantList[index].isVaccination === '1'" label="第二次接种时间" label-width="150px">
<el-date-picker
v-model="dataForm.tenantList[index].secondVacTime"
type="date"
@ -326,7 +326,7 @@
</el-date-picker>
</el-form-item>
<el-form-item v-if="dataForm.tenantList[index].isVaccination === '1'" label="第二次接种地点" :prop="'tenantList['+index+'].secondVacSite'" required :show-message="false" label-width="150px">
<el-form-item v-if="dataForm.tenantList[index].isVaccination === '1'" label="第二次接种地点" label-width="150px">
<el-select v-model="dataForm.tenantList[index].secondVacSite" placeholder="请选择">
<el-option
v-for="item in vacSiteOption"
@ -337,7 +337,7 @@
</el-select>
</el-form-item>
<br/>
<el-form-item v-if="dataForm.tenantList[index].isVaccination === '1'" label="第三次接种时间" :prop="'tenantList['+index+'].thirdVacTime'" required :show-message="false" label-width="150px">
<el-form-item v-if="dataForm.tenantList[index].isVaccination === '1'" label="第三次接种时间" :show-message="false" label-width="150px">
<el-date-picker
v-model="dataForm.tenantList[index].thirdVacTime"
type="date"
@ -350,7 +350,7 @@
</el-form-item>
<el-form-item v-if="dataForm.tenantList[index].isVaccination === '1'" label="第三次接种地点" :prop="'tenantList['+index+'].thirdVacSite'" required :show-message="false" label-width="150px">
<el-form-item v-if="dataForm.tenantList[index].isVaccination === '1'" label="第三次接种地点" label-width="150px">
<el-select v-model="dataForm.tenantList[index].thirdVacSite" placeholder="请选择">
<el-option
v-for="item in vacSiteOption"

Loading…
Cancel
Save