diff --git a/project/pingchang/apps/AppHealthReport/components/List.vue b/project/pingchang/apps/AppHealthReport/components/List.vue index 2f0408b4..d4cf90a3 100644 --- a/project/pingchang/apps/AppHealthReport/components/List.vue +++ b/project/pingchang/apps/AppHealthReport/components/List.vue @@ -33,7 +33,7 @@ :selectList="dictList" @change="search.current = 1, getList()"> - + 导出 @@ -58,11 +58,10 @@ :current.sync="search.current" :size.sync="search.size" @getList="getList"> - + @@ -152,7 +151,7 @@ { prop: 'status', align: 'center', - label: '检测结果', + label: '健康状态', render: (h, params) => { return h( 'span', { @@ -236,18 +235,6 @@ }) }, - remove(id) { - this.$confirm('确定删除该数据?').then(() => { - this.instance.post(`/app/appepidemicpreventionhealthreportinfo/delete?id=${id}`).then(res => { - if (res.code == 0) { - this.$message.success('删除成功!') - this.getTotalInfo() - this.getList() - } - }) - }) - }, - getTotalInfo () { this.instance.post(`/app/appepidemicpreventionhealthreportinfo/listStatistics`, null, { params: {