Browse Source

优化

feature/rentalRevision
zhaoyongnian 3 years ago
parent
commit
5073454185
  1. 6
      src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue

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

@ -277,7 +277,7 @@
</el-option>
</el-select>
</el-form-item>
<br/>
<br v-if="dataForm.tenantList[index].isVaccination === '1'"/>
<el-form-item v-if="dataForm.tenantList[index].isVaccination === '1'" label="第一次接种时间" :prop="'tenantList['+index+'].firstVacTime'" :rules="tip_select" label-width="150px">
<el-date-picker
v-model="dataForm.tenantList[index].firstVacTime"
@ -301,7 +301,7 @@
</el-option>
</el-select>
</el-form-item>
<br/>
<br v-if="dataForm.tenantList[index].isVaccination === '1'"/>
<el-form-item v-if="dataForm.tenantList[index].isVaccination === '1'" label="第二次接种时间" label-width="150px">
<el-date-picker
v-model="dataForm.tenantList[index].secondVacTime"
@ -324,7 +324,7 @@
</el-option>
</el-select>
</el-form-item>
<br/>
<br v-if="dataForm.tenantList[index].isVaccination === '1'"/>
<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"

Loading…
Cancel
Save