|
|
@@ -116,6 +116,7 @@
|
|
|
</div>
|
|
|
</chart-box>
|
|
|
</div>
|
|
|
+ <ImageDialog></ImageDialog>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
|
@@ -129,6 +130,7 @@ import oneLineChart from "@/components/charts/oneLineChart.vue";
|
|
|
import eventBus from "@/api/eventBus";
|
|
|
import { useStore } from "vuex";
|
|
|
import { useRouter } from "vue-router";
|
|
|
+import ImageDialog from "../../../components/ImageDialog";
|
|
|
const store = useStore();
|
|
|
const router = useRouter();
|
|
|
|