This commit is contained in:
weicw
2021-09-10 10:14:44 +08:00
parent 185c21eb73
commit 03815d04b6
54 changed files with 228 additions and 2974 deletions

View File

@@ -27,7 +27,7 @@
</a-space>
</template>
<a-tabs v-model:activeKey="activeKey">
<a-tab-pane tab="噪声信息" key="water">
<a-tab-pane tab="饮用水" key="water">
<water-bill ref="water"></water-bill>
</a-tab-pane>
</a-tabs>
@@ -348,4 +348,4 @@ export default {
</script>
<style scoped lang="less">
</style>
</style>

View File

@@ -223,8 +223,7 @@ export default {
loadOptionData() {},
/* 刷新表格 */
reload() {
console.log(this.$route);
console.log(this.$router);
this.$refs.table.reload({
where: this.where,
});

View File

@@ -354,8 +354,7 @@ export default {
},
/* 刷新表格 */
reload() {
console.log(this.$route);
console.log(this.$router);
this.$refs.table.reload({
where: this.where,
});

View File

@@ -2,7 +2,7 @@
<div class="ele-body">
<a-card :bordered="false">
<a-tabs v-model:activeKey="activeKey">
<a-tab-pane key="base" tab="总览">
<a-tab-pane key="base" tab="数据总览">
<base-statistic></base-statistic>
</a-tab-pane>
<a-tab-pane key="average" tab="平均">