Browse Source

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

master
wanggongfeng 3 years ago
parent
commit
6c8a3b4809
  1. 4
      src/views/modules/plugins/point/icpointnucleicmonitoring.vue
  2. 4
      src/views/modules/plugins/point/icpointvaccinesinoculation.vue

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

@ -62,7 +62,7 @@
class="diy-button--export"
size="small"
@click="handleExportModule()"
>下载核酸检测点模板</el-button
>下载模板</el-button
>
<el-upload
@ -87,7 +87,7 @@
style="margin-left: 10px"
size="small"
class="diy-button--delete"
>导入核酸检测点数据</el-button
>导入</el-button
>
</el-upload>
<el-button style="float:left;margin-left:10px"

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

@ -54,7 +54,7 @@
class="diy-button--export"
size="small"
@click="handleExportModule()"
>下载疫苗接种点模板</el-button
>下载模板</el-button
>
<el-upload
@ -79,7 +79,7 @@
style="margin-left: 10px"
size="small"
class="diy-button--delete"
>导入疫苗接种点数据</el-button
>导入</el-button
>
</el-upload>
<el-button style="float:left;margin-left:10px"

Loading…
Cancel
Save