feat:添加导出exploreHtml(30%)

This commit is contained in:
zhangyu
2022-09-13 18:00:56 +08:00
parent 2de73b2095
commit 05cfbd6926
6 changed files with 717 additions and 10 deletions

View File

@@ -26,10 +26,11 @@ import chartList from '@/components/chart/chartList.vue' // 全局引入 chartLi
import pickTime from '@/components/common/pickTime'
import nzDataList from '@/components/common/table/nzDataList'
import mainMixin from '@/components/common/mixin/mainMixinFun'
import Pagination from "@/components/common/pagination";
Vue.component('pick-time', pickTime)
Vue.component('nzDataList', nzDataList)
Vue.component('chartList', chartList)
Vue.component('Pagination', Pagination) // 公用分页组件
Vue.prototype.$axios = axios
Vue.prototype.$post = post
Vue.prototype.$get = get