|
|
@ -7,7 +7,8 @@ |
|
|
|
<el-select v-model.trim="dataForm.communityId" |
|
|
|
placeholder="请选择" |
|
|
|
clearable |
|
|
|
@change="handleChangeAgency"> |
|
|
|
@change="handleChangeAgency" |
|
|
|
style="width: 300px;"> |
|
|
|
<el-option v-for="item in agencyOptions" |
|
|
|
:key="item.orgId" |
|
|
|
:label="item.orgName" |
|
|
@ -20,7 +21,8 @@ |
|
|
|
:disabled="changeCDisabled" |
|
|
|
placeholder="请选择" |
|
|
|
clearable |
|
|
|
@change="handleChangeGrid"> |
|
|
|
@change="handleChangeGrid" |
|
|
|
style="width: 300px;"> |
|
|
|
<el-option v-for="item in gridOptions" |
|
|
|
:key="item.value" |
|
|
|
:label="item.label" |
|
|
@ -277,7 +279,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 +303,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 +326,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" |
|
|
|