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
b07ce58092
  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