Browse Source

核酸检测点、疫苗接种点 PC 管理

master
wanggongfeng 3 years ago
parent
commit
9aa7e40b6b
  1. 1
      src/views/modules/plugins/point/icpointnucleicmonitoring.vue
  2. 6
      src/views/modules/plugins/point/icpointvaccinesinoculation-add-or-update.vue
  3. 1
      src/views/modules/plugins/point/icpointvaccinesinoculation.vue

1
src/views/modules/plugins/point/icpointnucleicmonitoring.vue

@ -147,6 +147,7 @@
label="检测点地址"
header-align="center"
align="center"
show-overflow-tooltip
></el-table-column>
<el-table-column
:label="$t('handle')"

6
src/views/modules/plugins/point/icpointvaccinesinoculation-add-or-update.vue

@ -96,8 +96,8 @@
<el-form-item label="" prop="noAvailableVaccines">
<el-checkbox
v-model="dataForm.noAvailableVaccines"
true-label="2"
false-label="1"
true-label="1"
false-label="2"
:disabled='dialogTitle == "查看"'
>暂无疫苗</el-checkbox
>
@ -198,7 +198,7 @@ export default {
moEndTime: "",
afStartTime: "",
afEndTime: "",
noAvailableVaccines: "",
noAvailableVaccines: "1",
mobile: "",
address: "",
longitude: "120.38945519",

1
src/views/modules/plugins/point/icpointvaccinesinoculation.vue

@ -167,6 +167,7 @@
label="接种点地址"
header-align="center"
align="center"
show-overflow-tooltip
></el-table-column>
<el-table-column
:label="$t('handle')"

Loading…
Cancel
Save