Browse Source

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

master
wanggongfeng 3 years ago
parent
commit
8ca5e4ff46
  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

@ -167,7 +167,7 @@
type="text"
size="small"
@click="addOrUpdateHandle(scope.row.id, '修改')"
>{{ $t("update") }}</el-button
>{{ scope.row.longitude === null ? '待完善' : '修改' }}</el-button
>
<el-button
type="text"

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

@ -187,7 +187,7 @@
type="text"
size="small"
@click="addOrUpdateHandle(scope.row.id, '修改')"
>{{ $t("update") }}</el-button
>{{ scope.row.longitude === null ? '待完善' : '修改' }}</el-button
>
<el-button
type="text"

Loading…
Cancel
Save