|
|
@@ -1,4 +1,5 @@
|
|
|
<template>
|
|
|
+ <Water></Water>
|
|
|
<view v-if="hasFunction" class="page" @click.stop="closeDropdowns">
|
|
|
<view class="tabs-container">
|
|
|
<view class="tabs">
|
|
|
@@ -40,6 +41,7 @@ import ScanningRate from "./customerScanningRate/index.vue";
|
|
|
import Blacklist from "./blacklist/index.vue";
|
|
|
import Ganmaoling from "./ganmaoling/index.vue";
|
|
|
import Empty from "../../wigets/empty.vue";
|
|
|
+import Water from "@/components/water/water.vue";
|
|
|
import { hasFunction } from '../../utils/utils.js'
|
|
|
export default {
|
|
|
components: {
|
|
|
@@ -48,6 +50,7 @@ export default {
|
|
|
Blacklist,
|
|
|
Ganmaoling,
|
|
|
Empty,
|
|
|
+ Water,
|
|
|
},
|
|
|
data() {
|
|
|
return {
|