Browse Source

Merge branch 'feature/dev_point_manage' of http://git.elinkit.com.cn:7070/r/epmet-oper-gov into feature/dev_point_manage

master
123456 3 years ago
parent
commit
f66ddbd325
  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

@ -74,8 +74,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
>
@ -176,7 +176,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