Commit 7edee883 authored by yaqizhang's avatar yaqizhang

危化优化

parent 79980e0f
......@@ -217,13 +217,13 @@ export const defalutRouterMap = [
component: () => import('@/views/Enterprises/EnterprisesCheck.vue')
},
{
path: '/tongji',
path: '/EnterprisesQt',
name: 'qytj',
meta: {
title: '企业统计',
icon: '',
},
component: () => import('@/views/Enterprises/tongji.vue')
component: () => import('@/views/Enterprises/EnterprisesQt.vue')
},
]
},
......
......@@ -25,7 +25,7 @@
<div style="width: 60%;height: 100%;text-align: center;line-height: 9rem;float: right;font-size: 3rem;font-family: 'UnidreamLED';">{{tjNumberObj.enterpriseCheckIngNum}}</div>
</div>
</div>
<Demo></Demo>
<EnterprisesTj></EnterprisesTj>
</el-tab-pane>
<el-tab-pane label="列表" name="second">
<div class="EnseList" style="background-color: #fff;padding: 20px;">
......@@ -94,7 +94,7 @@ import { Component, Vue, Provide } from "vue-property-decorator";
import EnterprisesMgEdit from "./EnterprisesMgEdit.vue";
import City from "@/components/city.vue";
import METHOD from "@/utils/methods";
import Demo from './demo.vue'
import EnterprisesTj from './EnterprisesTj.vue'
// import ECharts from 'echarts'
// Vue.prototype.$echarts = echarts
import echarts from "echarts";
......@@ -108,7 +108,7 @@ require('echarts/lib/component/tooltip')
require('echarts/lib/component/title')
import axios from 'axios'
@Component({
components: { EnterprisesMgEdit, City, Demo}
components: { EnterprisesMgEdit, City, EnterprisesTj}
})
export default class EnterprisesMg extends Vue {
data() {
......
......@@ -105,7 +105,7 @@ import Mutil from "@/utils/mapUtil.js";
import METHOD from "@/utils/methods";
import QyMaptwo from './qyMaptwo.vue';
import QyMapone from './qyMapone.vue';
import Demo from '@/views/Enterprises/demo.vue';
import Demo from '@/views/Enterprises/EnterprisesTj.vue';
import vueDrag from 'vue-dragging'
Vue.use(vueDrag)
@Component({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment