TransFlow/node_modules/.cache/vue-loader/d7901d645cde97102b8188f8ee3...

1 line
5.3 KiB
JSON

{"remainingRequest":"D:\\视频边缘1215\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\视频边缘1215\\TransFlow\\src\\components\\target\\OD.vue?vue&type=style&index=0&id=4f0d5a74&scoped=true&lang=css&","dependencies":[{"path":"D:\\视频边缘1215\\TransFlow\\src\\components\\target\\OD.vue","mtime":1673399846018},{"path":"D:\\视频边缘1215\\TransFlow\\node_modules\\css-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\视频边缘1215\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\stylePostLoader.js","mtime":1671074747916},{"path":"D:\\视频边缘1215\\TransFlow\\node_modules\\postcss-loader\\src\\index.js","mtime":1671074746320},{"path":"D:\\视频边缘1215\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1671074740928},{"path":"D:\\视频边缘1215\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1671074747916}],"contextDependencies":[],"result":["\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n.typeContent {\nbox-sizing: border-box;\n}\n\n.border {\nwidth: 100%;\nmargin-bottom: 20px;\nposition: relative;\n}\n",{"version":3,"sources":["OD.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiIA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA","file":"OD.vue","sourceRoot":"src/components/target","sourcesContent":["<template>\n\n <div class=\"setion\">\n <p class=\"chartTitle\"><span class=\"titleIcon\"></span> OD组件</p>\n <div class=\"border\">\n <detailDialog :msg=\"tableData\" />\n <thermalChart :list=\"tableData\" v-if=\"triggerType == '触发'\" />\n <thermalChart :list=\"periodicTime\" v-if=\"triggerType == '周期时刻'\" />\n <thermalChart :list=\"periodicStatistic\" v-if=\"triggerType == '周期统计'\" />\n </div>\n </div>\n </div>\n\n</template>\n\n<script>\nimport lineChart from '../chart/lineChart.vue';\nimport barChart from '../chart/barChart.vue';\nimport tableShow from '../chart/tableShow.vue';\nimport detailDialog from '../chart/detailDialog.vue';\nimport thermalChart from '../chart/thermalChart.vue';\nimport regionTable from '../chart/regionTable.vue';\nexport default {\nname: 'lineUpChart', //排队数组件\ncomponents: {\n lineChart,\n barChart,\n tableShow,\n detailDialog,\n thermalChart,\n regionTable\n},\nprops: ['pageType', 'triggerType'],\ndata() {\n return {\n tableData: [\n {\n time: '7:40',\n type: '小汽车',\n carNumber: '苏E.999999',\n lane: '成华大道',\n event: 'in',\n speed: '80',\n headWay: '10'\n },\n {\n time: '9:40',\n type: '货车',\n carNumber: '苏E.888888',\n lane: '成华大道',\n event: 'in',\n speed: '60',\n headWay: '10'\n },\n {\n time: '10:40',\n type: '小汽车',\n carNumber: '苏E.777777',\n lane: '成华大道',\n event: 'in',\n speed: '90',\n headWay: '10'\n }\n ],\n periodicTime: [\n {\n time: '17:00',\n type: '货车',\n lane: '西城车道',\n lineUp: '200',\n check: '300',\n ownStatus: '空',\n speed: '50',\n CongestionStatus: '拥堵'\n },\n {\n time: '22:00',\n type: '货车',\n lane: '西城车道',\n lineUp: '200',\n check: '300',\n ownStatus: '空',\n speed: '30',\n CongestionStatus: '拥堵'\n },\n {\n time: '24:00',\n type: '货车',\n lane: '西城车道',\n lineUp: '200',\n check: '300',\n ownStatus: '空',\n speed: '80',\n CongestionStatus: '拥堵'\n }\n ],\n periodicStatistic: [\n {\n time: '9:40',\n type: '小汽车',\n event: 'out',\n lane: '西北大道',\n speed: '60',\n avgFlow: '200'\n },\n {\n time: '10:40',\n type: '小汽车',\n event: 'out',\n lane: '西北大道',\n speed: '55',\n avgFlow: '50'\n },\n {\n time: '11:40',\n type: '小汽车',\n event: 'out',\n lane: '西北大道',\n speed: '61',\n avgFlow: '40'\n }\n ]\n };\n},\nmethods: {},\nmounted() {}\n};\n</script>\n<style scoped>\n.typeContent {\nbox-sizing: border-box;\n}\n\n.border {\nwidth: 100%;\nmargin-bottom: 20px;\nposition: relative;\n}\n</style>"]}]}