diff --git a/package.json b/package.json index 08fc1f3..4b4e458 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ }, "dependencies": { "@amap/amap-jsapi-loader": "^1.0.1", + "@jiaminghi/data-view": "^2.10.0", "@riophae/vue-treeselect": "^0.4.0", "animate.css": "^4.1.1", "axios": "^0.21.1", @@ -29,6 +30,7 @@ "nprogress": "^0.2.0", "uppercamelcase": "^3.0.0", "v-charts": "^1.19.0", + "v-viewer": "^1.6.4", "vue": "^2.6.11", "vue-amap": "^0.5.10", "vue-router": "^3.2.0", diff --git a/package.json b/package.json index 08fc1f3..4b4e458 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ }, "dependencies": { "@amap/amap-jsapi-loader": "^1.0.1", + "@jiaminghi/data-view": "^2.10.0", "@riophae/vue-treeselect": "^0.4.0", "animate.css": "^4.1.1", "axios": "^0.21.1", @@ -29,6 +30,7 @@ "nprogress": "^0.2.0", "uppercamelcase": "^3.0.0", "v-charts": "^1.19.0", + "v-viewer": "^1.6.4", "vue": "^2.6.11", "vue-amap": "^0.5.10", "vue-router": "^3.2.0", diff --git a/src/main.js b/src/main.js index cb309a1..1ceea3c 100644 --- a/src/main.js +++ b/src/main.js @@ -38,6 +38,11 @@ // 引入v-charts import VCharts from 'v-charts' Vue.use(VCharts) + +// 引入datav +import dataV from '@jiaminghi/data-view' +Vue.use(dataV) + // 引入音频文件 import audio from '@/assets/audio/alarm.mp3' diff --git a/package.json b/package.json index 08fc1f3..4b4e458 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ }, "dependencies": { "@amap/amap-jsapi-loader": "^1.0.1", + "@jiaminghi/data-view": "^2.10.0", "@riophae/vue-treeselect": "^0.4.0", "animate.css": "^4.1.1", "axios": "^0.21.1", @@ -29,6 +30,7 @@ "nprogress": "^0.2.0", "uppercamelcase": "^3.0.0", "v-charts": "^1.19.0", + "v-viewer": "^1.6.4", "vue": "^2.6.11", "vue-amap": "^0.5.10", "vue-router": "^3.2.0", diff --git a/src/main.js b/src/main.js index cb309a1..1ceea3c 100644 --- a/src/main.js +++ b/src/main.js @@ -38,6 +38,11 @@ // 引入v-charts import VCharts from 'v-charts' Vue.use(VCharts) + +// 引入datav +import dataV from '@jiaminghi/data-view' +Vue.use(dataV) + // 引入音频文件 import audio from '@/assets/audio/alarm.mp3' diff --git a/src/views/zhangqiu/components/topHeader.vue b/src/views/zhangqiu/components/topHeader.vue new file mode 100644 index 0000000..e67306d --- /dev/null +++ b/src/views/zhangqiu/components/topHeader.vue @@ -0,0 +1,77 @@ + + + + + + diff --git a/package.json b/package.json index 08fc1f3..4b4e458 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ }, "dependencies": { "@amap/amap-jsapi-loader": "^1.0.1", + "@jiaminghi/data-view": "^2.10.0", "@riophae/vue-treeselect": "^0.4.0", "animate.css": "^4.1.1", "axios": "^0.21.1", @@ -29,6 +30,7 @@ "nprogress": "^0.2.0", "uppercamelcase": "^3.0.0", "v-charts": "^1.19.0", + "v-viewer": "^1.6.4", "vue": "^2.6.11", "vue-amap": "^0.5.10", "vue-router": "^3.2.0", diff --git a/src/main.js b/src/main.js index cb309a1..1ceea3c 100644 --- a/src/main.js +++ b/src/main.js @@ -38,6 +38,11 @@ // 引入v-charts import VCharts from 'v-charts' Vue.use(VCharts) + +// 引入datav +import dataV from '@jiaminghi/data-view' +Vue.use(dataV) + // 引入音频文件 import audio from '@/assets/audio/alarm.mp3' diff --git a/src/views/zhangqiu/components/topHeader.vue b/src/views/zhangqiu/components/topHeader.vue new file mode 100644 index 0000000..e67306d --- /dev/null +++ b/src/views/zhangqiu/components/topHeader.vue @@ -0,0 +1,77 @@ + + + + + + diff --git a/src/views/zhangqiu/zqindex.vue b/src/views/zhangqiu/zqindex.vue index c5cdbca..3603f5d 100644 --- a/src/views/zhangqiu/zqindex.vue +++ b/src/views/zhangqiu/zqindex.vue @@ -1,15 +1,16 @@