| | |
| | | import Analysis from './right/analysis/index.vue'; |
| | | import Danger from './right/danger/index.vue'; |
| | | import Publicize from './right/publicize/index.vue'; |
| | | import Chartgd from "@/views/index/chartgd.vue"; |
| | | import {ref} from "vue"; |
| | | |
| | | const config = { |
| | | header: ['<span style="color:#42C3E8;font-size: 16px">排名</span>', '<span style="color:#42C3E8;font-size: 16px">行政区划</span>', '<span style="color:#42C3E8;font-size: 16px">数值</span>'], |
| | |
| | | title: '外协溯源被查获数', |
| | | length: 9, |
| | | }] |
| | | const dtFig=ref(0) |
| | | const handlechan=()=>{ |
| | | |
| | | } |
| | | </script> |
| | | |
| | | <template> |
| | | <div class="index-box"> |
| | | <!-- <chartgd @changeDt="handlechan" v-if="dtFig ==0" class="gddt"></chartgd>--> |
| | | <div class="contetn_left"> |
| | | <ItemWrap class="contetn_left-top contetn_lr-item" title="近3年交通事故指数"> |
| | | <LeftTop /> |
| | |
| | | </template> |
| | | |
| | | <style scoped lang="scss"> |
| | | .gddt{ |
| | | position: absolute; |
| | | z-index: 0; |
| | | width: 3840px; |
| | | height: 1080px; |
| | | } |
| | | .index-box { |
| | | width: 100%; |
| | | display: flex; |