Pārlūkot izejas kodu

feat: 增加 gis目录

zhangys36 2 gadi atpakaļ
vecāks
revīzija
cb32fa2b52

+ 6 - 8
src/views/dashboard-screen/chart-map/chartMap.vue

@@ -5,17 +5,14 @@
 
 </template>
 <script>
-import {chartMap} from '@/api/dashboard-json'
+import { chartMap } from '@/api/dashboard-json'
 
 export default {
   name: 'ChartMap',
   created() {
     window['mapFrame'] = this.$refs.mapFrame
-  },
-  mounted() {
-    this.$refs.mapFrame.onload = () => {
-      this.loadDone()
-    }
+
+    this.loadDone()
   },
   methods: {
     loadDone() {
@@ -54,8 +51,9 @@ export default {
     height: 100%;
   }
 }
-::v-deep{
-  #container{
+
+::v-deep {
+  #container {
     background-image: none !important;
   }
 }

+ 2 - 2
src/views/dashboard-screen/screen/sjdr/dlydts/tab1Columns.js

@@ -84,8 +84,8 @@ function columns(vm) {
     {
       title: '性质',
       align: 'center',
-      dataIndex: 'xz',
-      key: 'xz'
+      dataIndex: 'lineXz',
+      key: 'lineXz'
     }
   ]
   return cols

+ 1 - 1
src/views/dashboard-screen/screen/sjdr/ycxn/tab3.vue

@@ -103,7 +103,7 @@ export default {
       // 表头
       columns: columns(this),
       url: {
-        list: '/show/bdyc/list',
+        list: '/show/bdyc/listSelf',
         delete: '/business/catenary/bus/jcb/fdfxjyq/',
         tree: '/system/dept/treeSelect',
         exportXlsUrl: '/business/catenary/bus/jcb/fdfxjyq/export'

+ 1 - 1
src/views/dashboard-screen/screen/sjdr/ycxn/tab4.vue

@@ -96,7 +96,7 @@ export default {
       // 表头
       columns: columns(this),
       url: {
-        list: '/show/dlyc/list',
+        list: '/show/dlyc/listSelf',
         delete: '/business/catenary/bus/jcb/fdfxjyq/',
         tree: '/system/dept/treeSelect',
         exportXlsUrl: '/business/catenary/bus/jcb/fdfxjyq/export'