修复水功能区导入

This commit is contained in:
weicw
2021-09-10 13:06:20 +08:00
parent 03815d04b6
commit c18e732ef4
3 changed files with 157 additions and 107 deletions

View File

@@ -20,7 +20,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>