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
191de5ff63
  1. 4
      src/views/modules/plugins/point/icpointnucleicmonitoring-add-or-update.vue
  2. 4
      src/views/modules/plugins/point/icpointvaccinesinoculation.vue

4
src/views/modules/plugins/point/icpointnucleicmonitoring-add-or-update.vue

@ -224,7 +224,7 @@ export default {
};
},
},
mounted() {
created() {
this.getFormInfo();
},
props: {
@ -371,7 +371,7 @@ export default {
this.$http
.post(`/gov/org/agency/communityListByCustomerId`)
.then(({ data: res }) => {
if (tMapres.code !== 0) {
if (res.code !== 0) {
return this.$message.error(res.msg);
}
this.organizationList = res.data;

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

@ -152,13 +152,14 @@
prop="noAvailableVaccines"
label="暂无疫苗"
header-align="center"
width="80"
width="100"
align="center"
></el-table-column>
<el-table-column
prop="mobile"
label="咨询电话"
header-align="center"
width="150"
align="center"
></el-table-column>
<el-table-column
@ -166,6 +167,7 @@
label="接种点地址"
header-align="center"
align="center"
width="230"
show-overflow-tooltip
></el-table-column>
<el-table-column

Loading…
Cancel
Save