Explorar o código

网格化企业端展示完成

xjc %!s(int64=3) %!d(string=hai) anos
pai
achega
bd70ec13af
Modificáronse 3 ficheiros con 103 adicións e 100 borrados
  1. 1 0
      package.json
  2. 2 1
      src/main.js
  3. 100 99
      src/views/company/Grid.vue

+ 1 - 0
package.json

@@ -19,6 +19,7 @@
     "vue": "^2.6.6",
     "vue-baidu-map": "^0.21.22",
     "vue-router": "^3.0.1",
+    "vue-tree-color": "^2.3.2",
     "vue2-org-tree": "^1.3.6",
     "vuex": "^3.0.1",
     "wangeditor": "^3.1.1"

+ 2 - 1
src/main.js

@@ -12,10 +12,11 @@ import BaiduMap from 'vue-baidu-map'
 Vue.use(BaiduMap, {
     ak: '1hqg34NFaCw9jcv0xG82cI7uINFaXGGM'
 })
+Vue.use(ElementUI);
 import Vue2OrgTree from 'vue2-org-tree'
+import 'vue2-org-tree/dist/style.css'
 Vue.use(Vue2OrgTree)
 
-Vue.use(ElementUI);
 Vue.prototype.$echarts = echarts
 Vue.prototype.$api = api;
 Vue.prototype.store = store;

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 100 - 99
src/views/company/Grid.vue