Browse Source

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

master
wanggongfeng 3 years ago
parent
commit
5a2c63e8a5
  1. 2
      src/views/modules/plugins/point/icpointnucleicmonitoring.vue
  2. 2
      src/views/modules/plugins/point/icpointvaccinesinoculation.vue

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

@ -54,7 +54,7 @@
class="diy-button--add" class="diy-button--add"
type="primary" type="primary"
size="small" size="small"
@click="addOrUpdateHandle('', '新增')" @click="addOrUpdateHandle('', '新增检测点')"
>{{ $t("add") }}</el-button >{{ $t("add") }}</el-button
> >
<el-button <el-button

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

@ -46,7 +46,7 @@
class="diy-button--add" class="diy-button--add"
type="primary" type="primary"
size="small" size="small"
@click="addOrUpdateHandle('', '新增')" @click="addOrUpdateHandle('', '新增接种点')"
>{{ $t("add") }}</el-button >{{ $t("add") }}</el-button
> >
<el-button <el-button

Loading…
Cancel
Save