|
@@ -0,0 +1,41 @@
|
|
|
+<!--山水工程列表-->
|
|
|
+<template>
|
|
|
+ <!-- <div class="ghzc LandscapeProject">
|
|
|
+ <div class="innerContainer leftPane" v-drag>
|
|
|
+ <h2 class="Pangetitle darg-div">
|
|
|
+ <span class="pange_text">山水工程列表</span>
|
|
|
+ </h2>
|
|
|
+ </div>
|
|
|
+ </div> -->
|
|
|
+ <div>12223<Boxcommon></Boxcommon></div>
|
|
|
+</template>
|
|
|
+
|
|
|
+<script>
|
|
|
+// import Hgxsc from "./components/hgxsc.vue";
|
|
|
+import Boxcommon from "@/views/cockpit/common/VectorSpace/BoxCommonVector.vue";
|
|
|
+export default {
|
|
|
+ name: "LandscapeProject",
|
|
|
+ components: {
|
|
|
+ Boxcommon,
|
|
|
+ },
|
|
|
+ data() {
|
|
|
+ return {};
|
|
|
+ },
|
|
|
+ created() {},
|
|
|
+ mounted() {},
|
|
|
+ methods: {
|
|
|
+ changeData(name, updata) {
|
|
|
+ this[name] = updata;
|
|
|
+ },
|
|
|
+ },
|
|
|
+ watch: {
|
|
|
+ activeTabs(newValue) {},
|
|
|
+ },
|
|
|
+};
|
|
|
+</script>
|
|
|
+
|
|
|
+<style lang="scss" scoped>
|
|
|
+</style>
|
|
|
+<style lang="scss">
|
|
|
+@import "../complianceAnalysis//ghzc.scss";
|
|
|
+</style>
|