代码提交

This commit is contained in:
fengzi2333 2023-01-17 16:46:54 +08:00
parent 78724a68b1
commit 4ddecb44ac
80 changed files with 1238 additions and 1694 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\babel-loader\\lib\\index.js!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\OD.vue?vue&type=script&lang=js&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\OD.vue","mtime":1673593117644},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\babel-loader\\lib\\index.js","mtime":1673232709513},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["//\n//\n//\n//\n//\n//\n//\n//\n//\n//\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 {\n name: 'lineUpChart',\n //排队数组件\n components: {\n lineChart: lineChart,\n barChart: barChart,\n tableShow: tableShow,\n detailDialog: detailDialog,\n thermalChart: thermalChart,\n regionTable: regionTable\n },\n props: ['pageType', 'triggerType', 'data'],\n data: function data() {\n return {\n title: 'OD组件'\n };\n },\n methods: {},\n mounted: function mounted() {}\n};",{"version":3,"sources":["OD.vue"],"names":[],"mappings":";;;;;;;;;;AAWA,OAAA,SAAA;AACA,OAAA,QAAA;AACA,OAAA,SAAA;AACA,OAAA,YAAA;AACA,OAAA,YAAA;AACA,OAAA,WAAA;AACA,eAAA;AACA,EAAA,IAAA,EAAA,aADA;AACA;AACA,EAAA,UAAA,EAAA;AACA,IAAA,SAAA,EAAA,SADA;AAEA,IAAA,QAAA,EAAA,QAFA;AAGA,IAAA,SAAA,EAAA,SAHA;AAIA,IAAA,YAAA,EAAA,YAJA;AAKA,IAAA,YAAA,EAAA,YALA;AAMA,IAAA,WAAA,EAAA;AANA,GAFA;AAUA,EAAA,KAAA,EAAA,CAAA,UAAA,EAAA,aAAA,EAAA,MAAA,CAVA;AAWA,EAAA,IAXA,kBAWA;AACA,WAAA;AACA,MAAA,KAAA,EAAA;AADA,KAAA;AAGA,GAfA;AAgBA,EAAA,OAAA,EAAA,EAhBA;AAiBA,EAAA,OAjBA,qBAiBA,CAAA;AAjBA,CAAA","sourcesContent":["<template>\r\n <div class=\"setion\">\r\n <p class=\"chartTitle\"><span class=\"titleIcon\"></span> {{ title }}</p>\r\n <div class=\"border\">\r\n <detailDialog />\r\n <thermalChart :pageType=\"pageType\" :list=\"data\" :status=\"triggerType\" :title=\"title\" />\r\n </div>\r\n </div>\r\n</template>\r\n\r\n<script>\r\nimport lineChart from '../chart/lineChart.vue';\r\nimport barChart from '../chart/barChart.vue';\r\nimport tableShow from '../chart/tableShow.vue';\r\nimport detailDialog from '../chart/detailDialog.vue';\r\nimport thermalChart from '../chart/thermalChart.vue';\r\nimport regionTable from '../chart/regionTable.vue';\r\nexport default {\r\n name: 'lineUpChart', //排队数组件\r\n components: {\r\n lineChart,\r\n barChart,\r\n tableShow,\r\n detailDialog,\r\n thermalChart,\r\n regionTable\r\n },\r\n props: ['pageType', 'triggerType', 'data'],\r\n data() {\r\n return {\r\n title: 'OD组件'\r\n };\r\n },\r\n methods: {},\r\n mounted() {}\r\n};\r\n</script>\r\n<style scoped>\r\n.typeContent {\r\n box-sizing: border-box;\r\n}\r\n\r\n.border {\r\n width: 100%;\r\n margin-bottom: 20px;\r\n position: relative;\r\n}\r\n</style>"],"sourceRoot":"src/components/target"}]}
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\babel-loader\\lib\\index.js!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\OD.vue?vue&type=script&lang=js&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\OD.vue","mtime":1673943661935},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\babel-loader\\lib\\index.js","mtime":1673232709513},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["//\n//\n//\n//\n//\n//\n//\n//\n//\n//\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 {\n name: 'lineUpChart',\n //排队数组件\n components: {\n lineChart: lineChart,\n barChart: barChart,\n tableShow: tableShow,\n detailDialog: detailDialog,\n thermalChart: thermalChart,\n regionTable: regionTable\n },\n props: ['pageType', 'triggerType', 'data'],\n data: function data() {\n return {\n title: 'OD组件'\n };\n },\n methods: {},\n mounted: function mounted() {}\n};",{"version":3,"sources":["OD.vue"],"names":[],"mappings":";;;;;;;;;;AAWA,OAAA,SAAA;AACA,OAAA,QAAA;AACA,OAAA,SAAA;AACA,OAAA,YAAA;AACA,OAAA,YAAA;AACA,OAAA,WAAA;AACA,eAAA;AACA,EAAA,IAAA,EAAA,aADA;AACA;AACA,EAAA,UAAA,EAAA;AACA,IAAA,SAAA,EAAA,SADA;AAEA,IAAA,QAAA,EAAA,QAFA;AAGA,IAAA,SAAA,EAAA,SAHA;AAIA,IAAA,YAAA,EAAA,YAJA;AAKA,IAAA,YAAA,EAAA,YALA;AAMA,IAAA,WAAA,EAAA;AANA,GAFA;AAUA,EAAA,KAAA,EAAA,CAAA,UAAA,EAAA,aAAA,EAAA,MAAA,CAVA;AAWA,EAAA,IAXA,kBAWA;AACA,WAAA;AACA,MAAA,KAAA,EAAA;AADA,KAAA;AAGA,GAfA;AAgBA,EAAA,OAAA,EAAA,EAhBA;AAiBA,EAAA,OAjBA,qBAiBA,CAAA;AAjBA,CAAA","sourcesContent":["<template>\r\n <div class=\"setion\">\r\n <p class=\"chartTitle\"><span class=\"titleIcon\"></span> {{ title }}</p>\r\n <div class=\"border\">\r\n <detailDialog />\r\n <thermalChart :pageType=\"pageType\" :list=\"data\" :status=\"triggerType\" :title=\"title\" />\r\n </div>\r\n </div>\r\n</template>\r\n\r\n<script>\r\nimport lineChart from '../chart/lineChart.vue';\r\nimport barChart from '../chart/barChart.vue';\r\nimport tableShow from '../chart/tableShow.vue';\r\nimport detailDialog from '../chart/detailDialog.vue';\r\nimport thermalChart from '../chart/thermalChart.vue';\r\nimport regionTable from '../chart/regionTable.vue';\r\nexport default {\r\n name: 'lineUpChart', //排队数组件\r\n components: {\r\n lineChart,\r\n barChart,\r\n tableShow,\r\n detailDialog,\r\n thermalChart,\r\n regionTable\r\n },\r\n props: ['pageType', 'triggerType', 'data'],\r\n data() {\r\n return {\r\n title: 'OD组件'\r\n };\r\n },\r\n methods: {},\r\n mounted() {}\r\n};\r\n</script>\r\n<style scoped>\r\n.typeContent {\r\n box-sizing: border-box;\r\n}\r\n\r\n.border {\r\n width: 100%;\r\n margin-bottom: 20px;\r\n position: relative;\r\n}\r\n</style>"],"sourceRoot":"src/components/target"}]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\common\\Whole.vue?vue&type=template&id=39ed39fa&scoped=true&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\common\\Whole.vue","mtime":1673580353829},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1673232720593},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["\n<div class=\"wrapper\">\n <!-- 页面头部部分 -->\n <!-- <div style=\"display:inline-block\"> -->\n <el-aside style=\"width:13%;position: absolute;height: 100%;\" class=\"aside\">\n <div class=\"logo\"><img src=\"@/assets/img/topTitle.png\" alt=\"\" width=\"100%\" height=\"100%\"></div>\n <SideMenu :navMenus=\"leftMenus\"></SideMenu>\n </el-aside> \n <div class=\"header\" >\n <!-- 水平一级菜单 -->\n <div class=\"header-right\">\n <div class=\"header-user-con\">\n <!-- 切换主题 -->\n <div @click=\"handleChangeStyle()\">\n <el-tooltip content=\"切换主题\" placement=\"bottom\">\n <i :class=\"globalTheme ? 'el-icon-moon' : 'el-icon-sunny'\"></i>\n </el-tooltip>\n </div>\n <!-- 用户头像 -->\n <div class=\"user-avator\">\n <img src=\"@/assets/img/img.jpg\"/>\n </div>\n <!-- 用户名下拉菜单 -->\n <el-dropdown class=\"user-name\" trigger=\"click\" @command=\"handleCommand\">\n <span class=\"el-dropdown-link\"> {{ username }} <i class=\"el-icon-caret-bottom\"></i></span>\n <el-dropdown-menu slot=\"dropdown\">\n <el-dropdown-item disabled>修改密码</el-dropdown-item>\n <el-dropdown-item command=\"loginout\">退出登录</el-dropdown-item>\n </el-dropdown-menu>\n </el-dropdown>\n </div>\n </div>\n </div>\n <el-main>\n \n <router-view></router-view>\n </el-main>\n <!-- </el-container> -->\n \n\n</div>\n",null]}
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\common\\Whole.vue?vue&type=template&id=39ed39fa&scoped=true&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\common\\Whole.vue","mtime":1673746712134},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1673232720593},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["\n<div class=\"wrapper\">\n <!-- 页面头部部分 -->\n <!-- <div style=\"display:inline-block\"> -->\n <el-aside style=\"width:13%;position: absolute;height: 100%;\" class=\"aside\">\n <div class=\"logo\"><img src=\"@/assets/img/topTitle.png\" alt=\"\" width=\"100%\" height=\"100%\"></div>\n <SideMenu :navMenus=\"leftMenus\"></SideMenu>\n </el-aside> \n <div class=\"header\" >\n <!-- 水平一级菜单 -->\n <div class=\"header-right\">\n <div class=\"header-user-con\">\n <!-- 切换主题 -->\n <div @click=\"handleChangeStyle()\">\n <el-tooltip content=\"切换主题\" placement=\"bottom\">\n <i :class=\"globalTheme ? 'el-icon-moon' : 'el-icon-sunny'\"></i>\n </el-tooltip>\n </div>\n <!-- 用户头像 -->\n <div class=\"user-avator\">\n <img src=\"@/assets/img/img.jpg\"/>\n </div>\n <!-- 用户名下拉菜单 -->\n <el-dropdown class=\"user-name\" trigger=\"click\" @command=\"handleCommand\">\n <span class=\"el-dropdown-link\"> {{ username }} <i class=\"el-icon-caret-bottom\"></i></span>\n <el-dropdown-menu slot=\"dropdown\">\n <el-dropdown-item disabled>修改密码</el-dropdown-item>\n <el-dropdown-item command=\"loginout\">退出登录</el-dropdown-item>\n </el-dropdown-menu>\n </el-dropdown>\n </div>\n </div>\n </div>\n <el-main>\n \n <router-view></router-view>\n </el-main>\n <!-- </el-container> -->\n \n\n</div>\n",null]}

View File

@ -1 +1 @@
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\typeChart.vue?vue&type=template&id=1436fa54&scoped=true&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\typeChart.vue","mtime":1673593016910},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1673232720593},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["\n<!-- 触发类型 -->\n<div class=\"setion\">\n <p class=\"chartTitle\"><span class=\"titleIcon\"></span> {{ title }}</p>\n <div class=\"typeContent\">\n <el-card style=\"width: 150px; margin-bottom: 20px; text-align: center\">\n <div style=\"font-size: 30px; font-weight: bold\">99</div>\n <div style=\"padding: 14px\">\n <span>数值</span>\n <div class=\"bottom clearfix\">\n <time class=\"time\">17:49</time>\n <el-button type=\"text\" class=\"button\">操作按钮</el-button>\n </div>\n </div>\n </el-card>\n <div v-if=\"pageType == '断面'\" style=\"margin-bottom: 20px; border: 1px solid #e4e7ed\">\n <tableShow :msg=\"data\" :type=\"triggerType\" />\n </div>\n <div v-if=\"pageType == '区域'\">\n <regionTable :msg=\"data\" :type=\"triggerType\" />\n </div>\n <div class=\"border\">\n <detailDialog />\n <lineChart :pageType=\"pageType\" :list=\"data\" :status=\"triggerType\" :title=\"title\" />\n </div>\n <div class=\"border\">\n <detailDialog />\n <barChart :pageType=\"pageType\" :list=\"data\" :status=\"triggerType\" :title=\"title\" />\n </div>\n <div class=\"border\">\n <detailDialog />\n <pieChart :pageType=\"pageType\" :list=\"data\" :status=\"triggerType\" :title=\"title\" />\n </div>\n </div>\n</div>\n",null]}
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\typeChart.vue?vue&type=template&id=1436fa54&scoped=true&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\typeChart.vue","mtime":1673944800932},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1673232720593},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["\n<!-- 触发类型 -->\n<div class=\"setion\">\n <p class=\"chartTitle\"><span class=\"titleIcon\"></span> {{ componentName }}</p>\n <div class=\"typeContent\">\n <el-card v-show=\"echartArr.includes('数值')\" style=\"width: 150px; margin-bottom: 20px; text-align: center\">\n <div style=\"font-size: 30px; font-weight: bold\">99</div>\n <div style=\"padding: 14px\">\n <span>数值</span>\n <div class=\"bottom clearfix\">\n <time class=\"time\">17:49</time>\n <el-button type=\"text\" class=\"button\">操作按钮</el-button>\n </div>\n </div>\n </el-card>\n <div v-show=\"echartArr.includes('表格')\">\n <div v-if=\"pageType == '断面'\" style=\"margin-bottom: 20px; border: 1px solid #e4e7ed\">\n <tableShow :msg=\"data\" :type=\"triggerType\" />\n </div>\n <div v-if=\"pageType == '区域'\">\n <regionTable :msg=\"data\" :type=\"triggerType\" />\n </div>\n </div>\n <div class=\"border\" v-if=\"echartArr.includes('曲线图')\">\n <detailDialog />\n <lineChart :pageType=\"pageType\" :list=\"data\" :status=\"triggerType\" :title=\"title\" />\n </div>\n <div class=\"border\" v-if=\"echartArr.includes('饼图')\">\n <detailDialog />\n <pieChart :pageType=\"pageType\" :list=\"data\" :status=\"triggerType\" :title=\"title\" />\n </div>\n <div class=\"border\" v-if=\"echartArr.includes('均值图')\">\n <detailDialog />\n <avgChart :pageType=\"pageType\" :list=\"data\" :status=\"triggerType\" :title=\"title\" />\n </div>\n <div class=\"border\" v-if=\"echartArr.includes('柱状图')\">\n <detailDialog />\n <barChart :pageType=\"pageType\" :list=\"data\" :status=\"triggerType\" :title=\"title\" />\n </div>\n </div>\n</div>\n",null]}

View File

@ -1 +1 @@
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\views\\bounced\\dataBoard.vue?vue&type=template&id=7008e2bf&scoped=true&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\views\\bounced\\dataBoard.vue","mtime":1673659822624},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1673232720593},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["\n<div ref=\"box\" class=\"box\" style=\"height: 100vh\">\n <!-- <p class=\"title\" style=\"margin-bottom: 20px;font-size: 20px;font-weight: 400;\">数据看板</p> -->\n <!-- 01断面 -->\n <div class=\"dataBoard\" v-if=\"activeName == 'second'\">\n <div class=\"plate1\">\n <div class=\"section\" ref=\"section\">\n <div ref=\"sectionContent\">\n <div>\n <p class=\"board-title\">\n <span>{{ title1 }}</span>\n </p>\n <span class=\"downPull\" :class=\"count2 == true ? 'upActive' : 'active'\" @click=\"sectionHandle()\"></span>\n </div>\n\n <headWayChart :pageType=\"'断面'\" triggerType=\"触发\" :data=\"tableData\" />\n <typeChart :pageType=\"'断面'\" triggerType=\"触发\" :data=\"tableData\" />\n <speedChart :pageType=\"'断面'\" triggerType=\"触发\" :data=\"tableData\" />\n <flowChart :pageType=\"'断面'\" triggerType=\"周期统计\" :data=\"sectionList\" />\n </div>\n </div>\n </div>\n\n <!-- 区域 -->\n <div class=\"plate2\">\n <div class=\"region\" ref=\"region\">\n <div ref=\"regionContent\">\n <div>\n <p class=\"board-title\">\n <span>{{ title2 }}</span>\n </p>\n <span class=\"downPull\" :class=\"count1 == true ? 'upActive' : 'active'\" @click=\"regionHandle()\"></span>\n </div>\n <OD pageType=\"区域\" triggerType=\"触发\" :data=\"tableData\" />\n <speedChart pageType=\"区域\" triggerType=\"触发\" :data=\"tableData\" />\n <flowChart pageType=\"区域\" triggerType=\"周期统计\" :data=\"regionList2\" />\n\n <lineUpChart pageType=\"区域\" triggerType=\"触发\" :data=\"tableData\" />\n <checkChart pageType=\"区域\" triggerType=\"周期时刻\" :data=\"regionList1\" />\n <delayChart pageType=\"区域\" triggerType=\"周期统计\" :data=\"regionList2\" />\n <congestionChart pageType=\"区域\" triggerType=\"周期统计\" :data=\"regionList2\" />\n <headWayChart pageType=\"区域\" triggerType=\"周期统计\" :data=\"regionList2\" />\n </div>\n </div>\n </div>\n </div>\n\n <!-- 详情框 -->\n</div>\n",null]}
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\views\\bounced\\dataBoard.vue?vue&type=template&id=7008e2bf&scoped=true&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\views\\bounced\\dataBoard.vue","mtime":1673945161537},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1673232720593},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["\n<div ref=\"box\" class=\"box\">\n <!-- <p class=\"title\" style=\"margin-bottom: 20px;font-size: 20px;font-weight: 400;\">数据看板</p> -->\n\n <div class=\"dataBoard\" v-if=\"activeName == 'second'\" :style=\"componentList.length > 4 ? 'height:auto' : 'height:1050px'\">\n <!-- 断面 -->\n <div class=\"plate1\">\n <div class=\"section\" ref=\"section\" v-for=\"(s, i) in sectionData\" :key=\"s.analogAreaComponentId\">\n <template>\n <div ref=\"sectionContent\">\n <div>\n <p class=\"board-title\">\n <span>{{ s.title }}</span>\n </p>\n <span class=\"downPull1\" data-num=\"1\" @click=\"sectionHandle(i)\"></span>\n </div>\n <div v-for=\"o in s.children\" :key=\"o.analogAreaComponentId\">\n <typeChart\n :pageType=\"o.graphicType\"\n triggerType=\"触发\"\n :componentName=\"o.componentName\"\n :data=\"triggerList.length != 0 ? triggerList : tableData\"\n :echartArr=\"o.presentationForm\"\n />\n </div>\n </div>\n </template>\n </div>\n </div>\n\n <!-- 区域 -->\n <div class=\"plate2\">\n <div class=\"region\" ref=\"region\" v-for=\"(s, i) in regionData\" :key=\"s.analogAreaComponentId\">\n <div ref=\"regionContent\">\n <div>\n <p class=\"board-title\">\n <span>{{ s.title }}</span>\n </p>\n <span class=\"downPull\" data-num=\"1\" @click=\"regionHandle(i)\"></span>\n </div>\n <div v-for=\"o in s.children\" :key=\"o.analogAreaComponentId\">\n <OD\n v-if=\"o.componentName.includes('OD')\"\n :pageType=\"o.graphicType\"\n triggerType=\"触发\"\n :componentName=\"o.componentName\"\n :echartArr=\"o.presentationForm\"\n />\n <typeChart\n v-else\n :pageType=\"o.graphicType\"\n triggerType=\"触发\"\n :componentName=\"o.componentName\"\n :data=\"triggerList.length != 0 ? triggerList : tableData\"\n :echartArr=\"o.presentationForm\"\n />\n </div>\n </div>\n </div>\n </div>\n </div>\n\n <!-- 详情框 -->\n</div>\n",null]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\views\\bounced\\dataBoard.vue","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\views\\bounced\\dataBoard.vue","mtime":1673603381777},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["import { render, staticRenderFns } from \"./dataBoard.vue?vue&type=template&id=7008e2bf&scoped=true&\"\nimport script from \"./dataBoard.vue?vue&type=script&lang=js&\"\nexport * from \"./dataBoard.vue?vue&type=script&lang=js&\"\nimport style0 from \"./dataBoard.vue?vue&type=style&index=0&id=7008e2bf&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"7008e2bf\",\n null\n \n)\n\n/* hot reload */\nif (module.hot) {\n var api = require(\"C:\\\\Users\\\\LGZN-Digital\\\\Desktop\\\\新建文件夹\\\\TransFlow\\\\node_modules\\\\vue-hot-reload-api\\\\dist\\\\index.js\")\n api.install(require('vue'))\n if (api.compatible) {\n module.hot.accept()\n if (!api.isRecorded('7008e2bf')) {\n api.createRecord('7008e2bf', component.options)\n } else {\n api.reload('7008e2bf', component.options)\n }\n module.hot.accept(\"./dataBoard.vue?vue&type=template&id=7008e2bf&scoped=true&\", function () {\n api.rerender('7008e2bf', {\n render: render,\n staticRenderFns: staticRenderFns\n })\n })\n }\n}\ncomponent.options.__file = \"src/views/bounced/dataBoard.vue\"\nexport default component.exports"]}
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\views\\bounced\\dataBoard.vue","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\views\\bounced\\dataBoard.vue","mtime":1673944978879},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["import { render, staticRenderFns } from \"./dataBoard.vue?vue&type=template&id=7008e2bf&scoped=true&\"\nimport script from \"./dataBoard.vue?vue&type=script&lang=js&\"\nexport * from \"./dataBoard.vue?vue&type=script&lang=js&\"\nimport style0 from \"./dataBoard.vue?vue&type=style&index=0&id=7008e2bf&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"7008e2bf\",\n null\n \n)\n\n/* hot reload */\nif (module.hot) {\n var api = require(\"C:\\\\Users\\\\LGZN-Digital\\\\Desktop\\\\新建文件夹\\\\TransFlow\\\\node_modules\\\\vue-hot-reload-api\\\\dist\\\\index.js\")\n api.install(require('vue'))\n if (api.compatible) {\n module.hot.accept()\n if (!api.isRecorded('7008e2bf')) {\n api.createRecord('7008e2bf', component.options)\n } else {\n api.reload('7008e2bf', component.options)\n }\n module.hot.accept(\"./dataBoard.vue?vue&type=template&id=7008e2bf&scoped=true&\", function () {\n api.rerender('7008e2bf', {\n render: render,\n staticRenderFns: staticRenderFns\n })\n })\n }\n}\ncomponent.options.__file = \"src/views/bounced/dataBoard.vue\"\nexport default component.exports"]}

View File

@ -1 +1 @@
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\common\\Whole.vue","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\common\\Whole.vue","mtime":1673580353829},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["import { render, staticRenderFns } from \"./Whole.vue?vue&type=template&id=39ed39fa&scoped=true&\"\nimport script from \"./Whole.vue?vue&type=script&lang=js&\"\nexport * from \"./Whole.vue?vue&type=script&lang=js&\"\nimport style0 from \"./Whole.vue?vue&type=style&index=0&lang=css&\"\nimport style1 from \"./Whole.vue?vue&type=style&index=1&id=39ed39fa&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"39ed39fa\",\n null\n \n)\n\n/* hot reload */\nif (module.hot) {\n var api = require(\"C:\\\\Users\\\\LGZN-Digital\\\\Desktop\\\\新建文件夹\\\\TransFlow\\\\node_modules\\\\vue-hot-reload-api\\\\dist\\\\index.js\")\n api.install(require('vue'))\n if (api.compatible) {\n module.hot.accept()\n if (!api.isRecorded('39ed39fa')) {\n api.createRecord('39ed39fa', component.options)\n } else {\n api.reload('39ed39fa', component.options)\n }\n module.hot.accept(\"./Whole.vue?vue&type=template&id=39ed39fa&scoped=true&\", function () {\n api.rerender('39ed39fa', {\n render: render,\n staticRenderFns: staticRenderFns\n })\n })\n }\n}\ncomponent.options.__file = \"src/components/common/Whole.vue\"\nexport default component.exports"]}
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\common\\Whole.vue","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\common\\Whole.vue","mtime":1673746712134},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["import { render, staticRenderFns } from \"./Whole.vue?vue&type=template&id=39ed39fa&scoped=true&\"\nimport script from \"./Whole.vue?vue&type=script&lang=js&\"\nexport * from \"./Whole.vue?vue&type=script&lang=js&\"\nimport style0 from \"./Whole.vue?vue&type=style&index=0&lang=css&\"\nimport style1 from \"./Whole.vue?vue&type=style&index=1&id=39ed39fa&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"39ed39fa\",\n null\n \n)\n\n/* hot reload */\nif (module.hot) {\n var api = require(\"C:\\\\Users\\\\LGZN-Digital\\\\Desktop\\\\新建文件夹\\\\TransFlow\\\\node_modules\\\\vue-hot-reload-api\\\\dist\\\\index.js\")\n api.install(require('vue'))\n if (api.compatible) {\n module.hot.accept()\n if (!api.isRecorded('39ed39fa')) {\n api.createRecord('39ed39fa', component.options)\n } else {\n api.reload('39ed39fa', component.options)\n }\n module.hot.accept(\"./Whole.vue?vue&type=template&id=39ed39fa&scoped=true&\", function () {\n api.rerender('39ed39fa', {\n render: render,\n staticRenderFns: staticRenderFns\n })\n })\n }\n}\ncomponent.options.__file = \"src/components/common/Whole.vue\"\nexport default component.exports"]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\typeChart.vue","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\typeChart.vue","mtime":1673593016910},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["import { render, staticRenderFns } from \"./typeChart.vue?vue&type=template&id=1436fa54&scoped=true&\"\nimport script from \"./typeChart.vue?vue&type=script&lang=js&\"\nexport * from \"./typeChart.vue?vue&type=script&lang=js&\"\nimport style0 from \"./typeChart.vue?vue&type=style&index=0&id=1436fa54&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"1436fa54\",\n null\n \n)\n\n/* hot reload */\nif (module.hot) {\n var api = require(\"C:\\\\Users\\\\LGZN-Digital\\\\Desktop\\\\新建文件夹\\\\TransFlow\\\\node_modules\\\\vue-hot-reload-api\\\\dist\\\\index.js\")\n api.install(require('vue'))\n if (api.compatible) {\n module.hot.accept()\n if (!api.isRecorded('1436fa54')) {\n api.createRecord('1436fa54', component.options)\n } else {\n api.reload('1436fa54', component.options)\n }\n module.hot.accept(\"./typeChart.vue?vue&type=template&id=1436fa54&scoped=true&\", function () {\n api.rerender('1436fa54', {\n render: render,\n staticRenderFns: staticRenderFns\n })\n })\n }\n}\ncomponent.options.__file = \"src/components/target/typeChart.vue\"\nexport default component.exports"]}
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\typeChart.vue","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\typeChart.vue","mtime":1673944800932},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["import { render, staticRenderFns } from \"./typeChart.vue?vue&type=template&id=1436fa54&scoped=true&\"\nimport script from \"./typeChart.vue?vue&type=script&lang=js&\"\nexport * from \"./typeChart.vue?vue&type=script&lang=js&\"\nimport style0 from \"./typeChart.vue?vue&type=style&index=0&id=1436fa54&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"1436fa54\",\n null\n \n)\n\n/* hot reload */\nif (module.hot) {\n var api = require(\"C:\\\\Users\\\\LGZN-Digital\\\\Desktop\\\\新建文件夹\\\\TransFlow\\\\node_modules\\\\vue-hot-reload-api\\\\dist\\\\index.js\")\n api.install(require('vue'))\n if (api.compatible) {\n module.hot.accept()\n if (!api.isRecorded('1436fa54')) {\n api.createRecord('1436fa54', component.options)\n } else {\n api.reload('1436fa54', component.options)\n }\n module.hot.accept(\"./typeChart.vue?vue&type=template&id=1436fa54&scoped=true&\", function () {\n api.rerender('1436fa54', {\n render: render,\n staticRenderFns: staticRenderFns\n })\n })\n }\n}\ncomponent.options.__file = \"src/components/target/typeChart.vue\"\nexport default component.exports"]}

View File

@ -1 +1 @@
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\speedChart.vue?vue&type=template&id=dd5ad696&scoped=true&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\speedChart.vue","mtime":1673592663793},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1673232720593},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["var render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"setion\" }, [\n _c(\"p\", { staticClass: \"chartTitle\" }, [\n _c(\"span\", { staticClass: \"titleIcon\" }),\n _vm._v(\" \" + _vm._s(_vm.title))\n ]),\n _c(\n \"div\",\n { staticClass: \"typeContent\" },\n [\n _c(\n \"el-card\",\n {\n staticStyle: {\n width: \"150px\",\n \"margin-bottom\": \"20px\",\n \"text-align\": \"center\"\n }\n },\n [\n _c(\n \"div\",\n { staticStyle: { \"font-size\": \"30px\", \"font-weight\": \"bold\" } },\n [_vm._v(\"99\")]\n ),\n _c(\"div\", { staticStyle: { padding: \"14px\" } }, [\n _c(\"span\", [_vm._v(\"数值\")]),\n _c(\n \"div\",\n { staticClass: \"bottom clearfix\" },\n [\n _c(\"time\", { staticClass: \"time\" }, [_vm._v(\"17:49\")]),\n _c(\n \"el-button\",\n { staticClass: \"button\", attrs: { type: \"text\" } },\n [_vm._v(\"操作按钮\")]\n )\n ],\n 1\n )\n ])\n ]\n ),\n _vm.pageType == \"断面\"\n ? _c(\n \"div\",\n {\n staticStyle: {\n \"margin-bottom\": \"20px\",\n border: \"1px solid #e4e7ed\"\n }\n },\n [\n _c(\"tableShow\", {\n attrs: { msg: _vm.data, type: _vm.triggerType }\n })\n ],\n 1\n )\n : _vm._e(),\n _vm.pageType == \"区域\"\n ? _c(\n \"div\",\n [\n _c(\"regionTable\", {\n attrs: { msg: _vm.data, type: _vm.triggerType }\n })\n ],\n 1\n )\n : _vm._e(),\n _c(\n \"div\",\n { staticClass: \"border\" },\n [\n _c(\"detailDialog\"),\n _c(\"lineChart\", {\n attrs: {\n title: _vm.title,\n pageType: _vm.pageType,\n list: _vm.data,\n status: _vm.triggerType\n }\n })\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"border\" },\n [\n _c(\"detailDialog\"),\n _c(\"avgChart\", {\n attrs: {\n pageType: _vm.pageType,\n list: _vm.data,\n status: _vm.triggerType,\n title: _vm.title\n }\n })\n ],\n 1\n )\n ],\n 1\n )\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]}
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\speedChart.vue?vue&type=template&id=dd5ad696&scoped=true&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\speedChart.vue","mtime":1673942108968},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1673232720593},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["var render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"setion\" }, [\n _c(\"p\", { staticClass: \"chartTitle\" }, [\n _c(\"span\", { staticClass: \"titleIcon\" }),\n _vm._v(\" \" + _vm._s(_vm.title))\n ]),\n _c(\n \"div\",\n { staticClass: \"typeContent\" },\n [\n _c(\n \"el-card\",\n {\n staticStyle: {\n width: \"150px\",\n \"margin-bottom\": \"20px\",\n \"text-align\": \"center\"\n }\n },\n [\n _c(\n \"div\",\n { staticStyle: { \"font-size\": \"30px\", \"font-weight\": \"bold\" } },\n [_vm._v(\"99\")]\n ),\n _c(\"div\", { staticStyle: { padding: \"14px\" } }, [\n _c(\"span\", [_vm._v(\"数值\")]),\n _c(\n \"div\",\n { staticClass: \"bottom clearfix\" },\n [\n _c(\"time\", { staticClass: \"time\" }, [_vm._v(\"17:49\")]),\n _c(\n \"el-button\",\n { staticClass: \"button\", attrs: { type: \"text\" } },\n [_vm._v(\"操作按钮\")]\n )\n ],\n 1\n )\n ])\n ]\n ),\n _vm.pageType == \"断面\"\n ? _c(\n \"div\",\n {\n staticStyle: {\n \"margin-bottom\": \"20px\",\n border: \"1px solid #e4e7ed\"\n }\n },\n [\n _c(\"tableShow\", {\n attrs: { msg: _vm.data, type: _vm.triggerType }\n })\n ],\n 1\n )\n : _vm._e(),\n _vm.pageType == \"区域\"\n ? _c(\n \"div\",\n [\n _c(\"regionTable\", {\n attrs: { msg: _vm.data, type: _vm.triggerType }\n })\n ],\n 1\n )\n : _vm._e(),\n _c(\n \"div\",\n { staticClass: \"border\" },\n [\n _c(\"detailDialog\"),\n _c(\"lineChart\", {\n attrs: {\n title: _vm.title,\n pageType: _vm.pageType,\n list: _vm.data,\n status: _vm.triggerType\n }\n })\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"border\" },\n [\n _c(\"detailDialog\"),\n _c(\"avgChart\", {\n attrs: {\n pageType: _vm.pageType,\n list: _vm.data,\n status: _vm.triggerType,\n title: _vm.title\n }\n })\n ],\n 1\n )\n ],\n 1\n )\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\common\\Whole.vue?vue&type=template&id=39ed39fa&scoped=true&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\common\\Whole.vue","mtime":1673580353829},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1673232720593},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["var render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n { staticClass: \"wrapper\" },\n [\n _c(\n \"el-aside\",\n {\n staticClass: \"aside\",\n staticStyle: { width: \"13%\", position: \"absolute\", height: \"100%\" }\n },\n [\n _c(\"div\", { staticClass: \"logo\" }, [\n _c(\"img\", {\n attrs: {\n src: require(\"@/assets/img/topTitle.png\"),\n alt: \"\",\n width: \"100%\",\n height: \"100%\"\n }\n })\n ]),\n _c(\"SideMenu\", { attrs: { navMenus: _vm.leftMenus } })\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"header\" }, [\n _c(\"div\", { staticClass: \"header-right\" }, [\n _c(\n \"div\",\n { staticClass: \"header-user-con\" },\n [\n _c(\n \"div\",\n {\n on: {\n click: function($event) {\n return _vm.handleChangeStyle()\n }\n }\n },\n [\n _c(\n \"el-tooltip\",\n { attrs: { content: \"切换主题\", placement: \"bottom\" } },\n [\n _c(\"i\", {\n class: _vm.globalTheme\n ? \"el-icon-moon\"\n : \"el-icon-sunny\"\n })\n ]\n )\n ],\n 1\n ),\n _vm._m(0),\n _c(\n \"el-dropdown\",\n {\n staticClass: \"user-name\",\n attrs: { trigger: \"click\" },\n on: { command: _vm.handleCommand }\n },\n [\n _c(\"span\", { staticClass: \"el-dropdown-link\" }, [\n _vm._v(\" \" + _vm._s(_vm.username) + \" \"),\n _c(\"i\", { staticClass: \"el-icon-caret-bottom\" })\n ]),\n _c(\n \"el-dropdown-menu\",\n { attrs: { slot: \"dropdown\" }, slot: \"dropdown\" },\n [\n _c(\"el-dropdown-item\", { attrs: { disabled: \"\" } }, [\n _vm._v(\"修改密码\")\n ]),\n _c(\n \"el-dropdown-item\",\n { attrs: { command: \"loginout\" } },\n [_vm._v(\"退出登录\")]\n )\n ],\n 1\n )\n ],\n 1\n )\n ],\n 1\n )\n ])\n ]),\n _c(\"el-main\", [_c(\"router-view\")], 1)\n ],\n 1\n )\n}\nvar staticRenderFns = [\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"user-avator\" }, [\n _c(\"img\", { attrs: { src: require(\"@/assets/img/img.jpg\") } })\n ])\n }\n]\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]}
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\common\\Whole.vue?vue&type=template&id=39ed39fa&scoped=true&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\common\\Whole.vue","mtime":1673746712134},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1673232720593},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["var render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\n \"div\",\n { staticClass: \"wrapper\" },\n [\n _c(\n \"el-aside\",\n {\n staticClass: \"aside\",\n staticStyle: { width: \"13%\", position: \"absolute\", height: \"100%\" }\n },\n [\n _c(\"div\", { staticClass: \"logo\" }, [\n _c(\"img\", {\n attrs: {\n src: require(\"@/assets/img/topTitle.png\"),\n alt: \"\",\n width: \"100%\",\n height: \"100%\"\n }\n })\n ]),\n _c(\"SideMenu\", { attrs: { navMenus: _vm.leftMenus } })\n ],\n 1\n ),\n _c(\"div\", { staticClass: \"header\" }, [\n _c(\"div\", { staticClass: \"header-right\" }, [\n _c(\n \"div\",\n { staticClass: \"header-user-con\" },\n [\n _c(\n \"div\",\n {\n on: {\n click: function($event) {\n return _vm.handleChangeStyle()\n }\n }\n },\n [\n _c(\n \"el-tooltip\",\n { attrs: { content: \"切换主题\", placement: \"bottom\" } },\n [\n _c(\"i\", {\n class: _vm.globalTheme\n ? \"el-icon-moon\"\n : \"el-icon-sunny\"\n })\n ]\n )\n ],\n 1\n ),\n _vm._m(0),\n _c(\n \"el-dropdown\",\n {\n staticClass: \"user-name\",\n attrs: { trigger: \"click\" },\n on: { command: _vm.handleCommand }\n },\n [\n _c(\"span\", { staticClass: \"el-dropdown-link\" }, [\n _vm._v(\" \" + _vm._s(_vm.username) + \" \"),\n _c(\"i\", { staticClass: \"el-icon-caret-bottom\" })\n ]),\n _c(\n \"el-dropdown-menu\",\n { attrs: { slot: \"dropdown\" }, slot: \"dropdown\" },\n [\n _c(\"el-dropdown-item\", { attrs: { disabled: \"\" } }, [\n _vm._v(\"修改密码\")\n ]),\n _c(\n \"el-dropdown-item\",\n { attrs: { command: \"loginout\" } },\n [_vm._v(\"退出登录\")]\n )\n ],\n 1\n )\n ],\n 1\n )\n ],\n 1\n )\n ])\n ]),\n _c(\"el-main\", [_c(\"router-view\")], 1)\n ],\n 1\n )\n}\nvar staticRenderFns = [\n function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"user-avator\" }, [\n _c(\"img\", { attrs: { src: require(\"@/assets/img/img.jpg\") } })\n ])\n }\n]\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]}

View File

@ -1 +1 @@
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\speedChart.vue","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\speedChart.vue","mtime":1673592663793},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["import { render, staticRenderFns } from \"./speedChart.vue?vue&type=template&id=dd5ad696&scoped=true&\"\nimport script from \"./speedChart.vue?vue&type=script&lang=js&\"\nexport * from \"./speedChart.vue?vue&type=script&lang=js&\"\nimport style0 from \"./speedChart.vue?vue&type=style&index=0&id=dd5ad696&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"dd5ad696\",\n null\n \n)\n\n/* hot reload */\nif (module.hot) {\n var api = require(\"C:\\\\Users\\\\LGZN-Digital\\\\Desktop\\\\新建文件夹\\\\TransFlow\\\\node_modules\\\\vue-hot-reload-api\\\\dist\\\\index.js\")\n api.install(require('vue'))\n if (api.compatible) {\n module.hot.accept()\n if (!api.isRecorded('dd5ad696')) {\n api.createRecord('dd5ad696', component.options)\n } else {\n api.reload('dd5ad696', component.options)\n }\n module.hot.accept(\"./speedChart.vue?vue&type=template&id=dd5ad696&scoped=true&\", function () {\n api.rerender('dd5ad696', {\n render: render,\n staticRenderFns: staticRenderFns\n })\n })\n }\n}\ncomponent.options.__file = \"src/components/target/speedChart.vue\"\nexport default component.exports"]}
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\speedChart.vue","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\speedChart.vue","mtime":1673942108968},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["import { render, staticRenderFns } from \"./speedChart.vue?vue&type=template&id=dd5ad696&scoped=true&\"\nimport script from \"./speedChart.vue?vue&type=script&lang=js&\"\nexport * from \"./speedChart.vue?vue&type=script&lang=js&\"\nimport style0 from \"./speedChart.vue?vue&type=style&index=0&id=dd5ad696&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"dd5ad696\",\n null\n \n)\n\n/* hot reload */\nif (module.hot) {\n var api = require(\"C:\\\\Users\\\\LGZN-Digital\\\\Desktop\\\\新建文件夹\\\\TransFlow\\\\node_modules\\\\vue-hot-reload-api\\\\dist\\\\index.js\")\n api.install(require('vue'))\n if (api.compatible) {\n module.hot.accept()\n if (!api.isRecorded('dd5ad696')) {\n api.createRecord('dd5ad696', component.options)\n } else {\n api.reload('dd5ad696', component.options)\n }\n module.hot.accept(\"./speedChart.vue?vue&type=template&id=dd5ad696&scoped=true&\", function () {\n api.rerender('dd5ad696', {\n render: render,\n staticRenderFns: staticRenderFns\n })\n })\n }\n}\ncomponent.options.__file = \"src/components/target/speedChart.vue\"\nexport default component.exports"]}

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\chart\\regionTable.vue","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\chart\\regionTable.vue","mtime":1673590085904},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["import { render, staticRenderFns } from \"./regionTable.vue?vue&type=template&id=35ac0829&scoped=true&\"\nimport script from \"./regionTable.vue?vue&type=script&lang=js&\"\nexport * from \"./regionTable.vue?vue&type=script&lang=js&\"\nimport style0 from \"./regionTable.vue?vue&type=style&index=0&id=35ac0829&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"35ac0829\",\n null\n \n)\n\n/* hot reload */\nif (module.hot) {\n var api = require(\"C:\\\\Users\\\\LGZN-Digital\\\\Desktop\\\\新建文件夹\\\\TransFlow\\\\node_modules\\\\vue-hot-reload-api\\\\dist\\\\index.js\")\n api.install(require('vue'))\n if (api.compatible) {\n module.hot.accept()\n if (!api.isRecorded('35ac0829')) {\n api.createRecord('35ac0829', component.options)\n } else {\n api.reload('35ac0829', component.options)\n }\n module.hot.accept(\"./regionTable.vue?vue&type=template&id=35ac0829&scoped=true&\", function () {\n api.rerender('35ac0829', {\n render: render,\n staticRenderFns: staticRenderFns\n })\n })\n }\n}\ncomponent.options.__file = \"src/components/chart/regionTable.vue\"\nexport default component.exports"]}
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\chart\\regionTable.vue","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\chart\\regionTable.vue","mtime":1673752142434},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["import { render, staticRenderFns } from \"./regionTable.vue?vue&type=template&id=35ac0829&scoped=true&\"\nimport script from \"./regionTable.vue?vue&type=script&lang=js&\"\nexport * from \"./regionTable.vue?vue&type=script&lang=js&\"\nimport style0 from \"./regionTable.vue?vue&type=style&index=0&id=35ac0829&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"35ac0829\",\n null\n \n)\n\n/* hot reload */\nif (module.hot) {\n var api = require(\"C:\\\\Users\\\\LGZN-Digital\\\\Desktop\\\\新建文件夹\\\\TransFlow\\\\node_modules\\\\vue-hot-reload-api\\\\dist\\\\index.js\")\n api.install(require('vue'))\n if (api.compatible) {\n module.hot.accept()\n if (!api.isRecorded('35ac0829')) {\n api.createRecord('35ac0829', component.options)\n } else {\n api.reload('35ac0829', component.options)\n }\n module.hot.accept(\"./regionTable.vue?vue&type=template&id=35ac0829&scoped=true&\", function () {\n api.rerender('35ac0829', {\n render: render,\n staticRenderFns: staticRenderFns\n })\n })\n }\n}\ncomponent.options.__file = \"src/components/chart/regionTable.vue\"\nexport default component.exports"]}

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\OD.vue?vue&type=template&id=0bb099b3&scoped=true&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\OD.vue","mtime":1673593117644},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1673232720593},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["var render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"setion\" }, [\n _c(\"p\", { staticClass: \"chartTitle\" }, [\n _c(\"span\", { staticClass: \"titleIcon\" }),\n _vm._v(\" \" + _vm._s(_vm.title))\n ]),\n _c(\n \"div\",\n { staticClass: \"border\" },\n [\n _c(\"detailDialog\"),\n _c(\"thermalChart\", {\n attrs: {\n pageType: _vm.pageType,\n list: _vm.data,\n status: _vm.triggerType,\n title: _vm.title\n }\n })\n ],\n 1\n )\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]}
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\OD.vue?vue&type=template&id=0bb099b3&scoped=true&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\OD.vue","mtime":1673943661935},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1673232720593},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["var render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"setion\" }, [\n _c(\"p\", { staticClass: \"chartTitle\" }, [\n _c(\"span\", { staticClass: \"titleIcon\" }),\n _vm._v(\" \" + _vm._s(_vm.title))\n ]),\n _c(\n \"div\",\n { staticClass: \"border\" },\n [\n _c(\"detailDialog\"),\n _c(\"thermalChart\", {\n attrs: {\n pageType: _vm.pageType,\n list: _vm.data,\n status: _vm.triggerType,\n title: _vm.title\n }\n })\n ],\n 1\n )\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]}

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\delayChart.vue?vue&type=template&id=02017ef9&scoped=true&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\delayChart.vue","mtime":1673593140949},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1673232720593},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["var render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"setion\" }, [\n _c(\"p\", { staticClass: \"chartTitle\" }, [\n _c(\"span\", { staticClass: \"titleIcon\" }),\n _vm._v(\" \" + _vm._s(_vm.title))\n ]),\n _c(\n \"div\",\n { staticClass: \"typeContent\" },\n [\n _c(\n \"el-card\",\n {\n staticStyle: {\n width: \"150px\",\n \"margin-bottom\": \"20px\",\n \"text-align\": \"center\"\n }\n },\n [\n _c(\n \"div\",\n { staticStyle: { \"font-size\": \"30px\", \"font-weight\": \"bold\" } },\n [_vm._v(\"99\")]\n ),\n _c(\"div\", { staticStyle: { padding: \"14px\" } }, [\n _c(\"span\", [_vm._v(\"数值\")]),\n _c(\n \"div\",\n { staticClass: \"bottom clearfix\" },\n [\n _c(\"time\", { staticClass: \"time\" }, [_vm._v(\"17:49\")]),\n _c(\n \"el-button\",\n { staticClass: \"button\", attrs: { type: \"text\" } },\n [_vm._v(\"操作按钮\")]\n )\n ],\n 1\n )\n ])\n ]\n ),\n _vm.pageType == \"断面\"\n ? _c(\n \"div\",\n {\n staticStyle: {\n \"margin-bottom\": \"20px\",\n border: \"1px solid #e4e7ed\"\n }\n },\n [\n _c(\"tableShow\", {\n attrs: { msg: _vm.data, type: _vm.triggerType }\n })\n ],\n 1\n )\n : _vm._e(),\n _vm.pageType == \"区域\"\n ? _c(\n \"div\",\n [\n _c(\"regionTable\", {\n attrs: { msg: _vm.data, type: _vm.triggerType }\n })\n ],\n 1\n )\n : _vm._e(),\n _c(\n \"div\",\n { staticClass: \"border\" },\n [\n _c(\"detailDialog\"),\n _c(\"lineChart\", {\n attrs: {\n pageType: _vm.pageType,\n list: _vm.data,\n title: _vm.title,\n status: _vm.triggerType\n }\n })\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"border\" },\n [\n _c(\"detailDialog\"),\n _c(\"avgChart\", {\n attrs: {\n pageType: _vm.pageType,\n list: _vm.data,\n title: _vm.title,\n status: _vm.triggerType\n }\n })\n ],\n 1\n )\n ],\n 1\n )\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]}
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\delayChart.vue?vue&type=template&id=02017ef9&scoped=true&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\delayChart.vue","mtime":1673752186424},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1673232720593},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["var render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", { staticClass: \"setion\" }, [\n _c(\"p\", { staticClass: \"chartTitle\" }, [\n _c(\"span\", { staticClass: \"titleIcon\" }),\n _vm._v(\" \" + _vm._s(_vm.title))\n ]),\n _c(\n \"div\",\n { staticClass: \"typeContent\" },\n [\n _c(\n \"el-card\",\n {\n staticStyle: {\n width: \"150px\",\n \"margin-bottom\": \"20px\",\n \"text-align\": \"center\"\n }\n },\n [\n _c(\n \"div\",\n { staticStyle: { \"font-size\": \"30px\", \"font-weight\": \"bold\" } },\n [_vm._v(\"99\")]\n ),\n _c(\"div\", { staticStyle: { padding: \"14px\" } }, [\n _c(\"span\", [_vm._v(\"数值\")]),\n _c(\n \"div\",\n { staticClass: \"bottom clearfix\" },\n [\n _c(\"time\", { staticClass: \"time\" }, [_vm._v(\"17:49\")]),\n _c(\n \"el-button\",\n { staticClass: \"button\", attrs: { type: \"text\" } },\n [_vm._v(\"操作按钮\")]\n )\n ],\n 1\n )\n ])\n ]\n ),\n _vm.pageType == \"断面\"\n ? _c(\n \"div\",\n {\n staticStyle: {\n \"margin-bottom\": \"20px\",\n border: \"1px solid #e4e7ed\"\n }\n },\n [\n _c(\"tableShow\", {\n attrs: { msg: _vm.data, type: _vm.triggerType }\n })\n ],\n 1\n )\n : _vm._e(),\n _vm.pageType == \"区域\"\n ? _c(\n \"div\",\n [\n _c(\"regionTable\", {\n attrs: { msg: _vm.data, type: _vm.triggerType }\n })\n ],\n 1\n )\n : _vm._e(),\n _c(\n \"div\",\n { staticClass: \"border\" },\n [\n _c(\"detailDialog\"),\n _c(\"lineChart\", {\n attrs: {\n pageType: _vm.pageType,\n list: _vm.data,\n title: _vm.title,\n status: _vm.triggerType\n }\n })\n ],\n 1\n ),\n _c(\n \"div\",\n { staticClass: \"border\" },\n [\n _c(\"detailDialog\"),\n _c(\"avgChart\", {\n attrs: {\n pageType: _vm.pageType,\n list: _vm.data,\n title: _vm.title,\n status: _vm.triggerType\n }\n })\n ],\n 1\n )\n ],\n 1\n )\n ])\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]}

View File

@ -1 +1 @@
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\views\\index.vue","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\views\\index.vue","mtime":1673601263628},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["import { render, staticRenderFns } from \"./index.vue?vue&type=template&id=a83bd3b0&scoped=true&\"\nimport script from \"./index.vue?vue&type=script&lang=js&\"\nexport * from \"./index.vue?vue&type=script&lang=js&\"\nimport style0 from \"./index.vue?vue&type=style&index=0&id=a83bd3b0&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"a83bd3b0\",\n null\n \n)\n\n/* hot reload */\nif (module.hot) {\n var api = require(\"C:\\\\Users\\\\LGZN-Digital\\\\Desktop\\\\新建文件夹\\\\TransFlow\\\\node_modules\\\\vue-hot-reload-api\\\\dist\\\\index.js\")\n api.install(require('vue'))\n if (api.compatible) {\n module.hot.accept()\n if (!api.isRecorded('a83bd3b0')) {\n api.createRecord('a83bd3b0', component.options)\n } else {\n api.reload('a83bd3b0', component.options)\n }\n module.hot.accept(\"./index.vue?vue&type=template&id=a83bd3b0&scoped=true&\", function () {\n api.rerender('a83bd3b0', {\n render: render,\n staticRenderFns: staticRenderFns\n })\n })\n }\n}\ncomponent.options.__file = \"src/views/index.vue\"\nexport default component.exports"]}
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\views\\index.vue","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\views\\index.vue","mtime":1673836338605},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["import { render, staticRenderFns } from \"./index.vue?vue&type=template&id=a83bd3b0&scoped=true&\"\nimport script from \"./index.vue?vue&type=script&lang=js&\"\nexport * from \"./index.vue?vue&type=script&lang=js&\"\nimport style0 from \"./index.vue?vue&type=style&index=0&id=a83bd3b0&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"a83bd3b0\",\n null\n \n)\n\n/* hot reload */\nif (module.hot) {\n var api = require(\"C:\\\\Users\\\\LGZN-Digital\\\\Desktop\\\\新建文件夹\\\\TransFlow\\\\node_modules\\\\vue-hot-reload-api\\\\dist\\\\index.js\")\n api.install(require('vue'))\n if (api.compatible) {\n module.hot.accept()\n if (!api.isRecorded('a83bd3b0')) {\n api.createRecord('a83bd3b0', component.options)\n } else {\n api.reload('a83bd3b0', component.options)\n }\n module.hot.accept(\"./index.vue?vue&type=template&id=a83bd3b0&scoped=true&\", function () {\n api.rerender('a83bd3b0', {\n render: render,\n staticRenderFns: staticRenderFns\n })\n })\n }\n}\ncomponent.options.__file = \"src/views/index.vue\"\nexport default component.exports"]}

View File

@ -1 +1 @@
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\views\\bounced\\analysisConfiguration.vue","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\views\\bounced\\analysisConfiguration.vue","mtime":1673601263627},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["import { render, staticRenderFns } from \"./analysisConfiguration.vue?vue&type=template&id=fd3d0d46&scoped=true&\"\nimport script from \"./analysisConfiguration.vue?vue&type=script&lang=js&\"\nexport * from \"./analysisConfiguration.vue?vue&type=script&lang=js&\"\nimport style0 from \"./analysisConfiguration.vue?vue&type=style&index=0&id=fd3d0d46&lang=scss&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"fd3d0d46\",\n null\n \n)\n\n/* hot reload */\nif (module.hot) {\n var api = require(\"C:\\\\Users\\\\LGZN-Digital\\\\Desktop\\\\新建文件夹\\\\TransFlow\\\\node_modules\\\\vue-hot-reload-api\\\\dist\\\\index.js\")\n api.install(require('vue'))\n if (api.compatible) {\n module.hot.accept()\n if (!api.isRecorded('fd3d0d46')) {\n api.createRecord('fd3d0d46', component.options)\n } else {\n api.reload('fd3d0d46', component.options)\n }\n module.hot.accept(\"./analysisConfiguration.vue?vue&type=template&id=fd3d0d46&scoped=true&\", function () {\n api.rerender('fd3d0d46', {\n render: render,\n staticRenderFns: staticRenderFns\n })\n })\n }\n}\ncomponent.options.__file = \"src/views/bounced/analysisConfiguration.vue\"\nexport default component.exports"]}
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\views\\bounced\\analysisConfiguration.vue","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\views\\bounced\\analysisConfiguration.vue","mtime":1673746712136},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["import { render, staticRenderFns } from \"./analysisConfiguration.vue?vue&type=template&id=fd3d0d46&scoped=true&\"\nimport script from \"./analysisConfiguration.vue?vue&type=script&lang=js&\"\nexport * from \"./analysisConfiguration.vue?vue&type=script&lang=js&\"\nimport style0 from \"./analysisConfiguration.vue?vue&type=style&index=0&id=fd3d0d46&lang=scss&scoped=true&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"fd3d0d46\",\n null\n \n)\n\n/* hot reload */\nif (module.hot) {\n var api = require(\"C:\\\\Users\\\\LGZN-Digital\\\\Desktop\\\\新建文件夹\\\\TransFlow\\\\node_modules\\\\vue-hot-reload-api\\\\dist\\\\index.js\")\n api.install(require('vue'))\n if (api.compatible) {\n module.hot.accept()\n if (!api.isRecorded('fd3d0d46')) {\n api.createRecord('fd3d0d46', component.options)\n } else {\n api.reload('fd3d0d46', component.options)\n }\n module.hot.accept(\"./analysisConfiguration.vue?vue&type=template&id=fd3d0d46&scoped=true&\", function () {\n api.rerender('fd3d0d46', {\n render: render,\n staticRenderFns: staticRenderFns\n })\n })\n }\n}\ncomponent.options.__file = \"src/views/bounced/analysisConfiguration.vue\"\nexport default component.exports"]}

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\speedChart.vue?vue&type=template&id=dd5ad696&scoped=true&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\speedChart.vue","mtime":1673592663793},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1673232720593},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["\n<!-- 触发类型 -->\n<div class=\"setion\">\n <p class=\"chartTitle\"><span class=\"titleIcon\"></span> {{ title }}</p>\n <div class=\"typeContent\">\n <el-card style=\"width: 150px; margin-bottom: 20px; text-align: center\">\n <div style=\"font-size: 30px; font-weight: bold\">99</div>\n <div style=\"padding: 14px\">\n <span>数值</span>\n <div class=\"bottom clearfix\">\n <time class=\"time\">17:49</time>\n <el-button type=\"text\" class=\"button\">操作按钮</el-button>\n </div>\n </div>\n </el-card>\n <div v-if=\"pageType == '断面'\" style=\"margin-bottom: 20px; border: 1px solid #e4e7ed\">\n <tableShow :msg=\"data\" :type=\"triggerType\" />\n </div>\n <div v-if=\"pageType == '区域'\">\n <regionTable :msg=\"data\" :type=\"triggerType\" />\n </div>\n <div class=\"border\">\n <detailDialog />\n <lineChart :title=\"title\" :pageType=\"pageType\" :list=\"data\" :status=\"triggerType\" />\n </div>\n <div class=\"border\">\n <detailDialog />\n <avgChart :pageType=\"pageType\" :list=\"data\" :status=\"triggerType\" :title=\"title\" />\n </div>\n </div>\n</div>\n",null]}
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\speedChart.vue?vue&type=template&id=dd5ad696&scoped=true&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\speedChart.vue","mtime":1673942108968},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1673232720593},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["\n<!-- 触发类型 -->\n<div class=\"setion\">\n <p class=\"chartTitle\"><span class=\"titleIcon\"></span> {{ title }}</p>\n <div class=\"typeContent\">\n <el-card style=\"width: 150px; margin-bottom: 20px; text-align: center\">\n <div style=\"font-size: 30px; font-weight: bold\">99</div>\n <div style=\"padding: 14px\">\n <span>数值</span>\n <div class=\"bottom clearfix\">\n <time class=\"time\">17:49</time>\n <el-button type=\"text\" class=\"button\">操作按钮</el-button>\n </div>\n </div>\n </el-card>\n <div v-if=\"pageType == '断面'\" style=\"margin-bottom: 20px; border: 1px solid #e4e7ed\">\n <tableShow :msg=\"data\" :type=\"triggerType\" />\n </div>\n <div v-if=\"pageType == '区域'\">\n <regionTable :msg=\"data\" :type=\"triggerType\" />\n </div>\n <div class=\"border\">\n <detailDialog />\n <lineChart :title=\"title\" :pageType=\"pageType\" :list=\"data\" :status=\"triggerType\" />\n </div>\n <div class=\"border\">\n <detailDialog />\n <avgChart :pageType=\"pageType\" :list=\"data\" :status=\"triggerType\" :title=\"title\" />\n </div>\n </div>\n</div>\n",null]}

View File

@ -1 +1 @@
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\delayChart.vue?vue&type=script&lang=js&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\delayChart.vue","mtime":1673593140949},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\babel-loader\\lib\\index.js","mtime":1673232709513},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"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\r\nimport detailDialog from '../chart/detailDialog.vue';\r\nimport lineChart from '../chart/lineChart.vue';\r\nimport barChart from '../chart/barChart.vue';\r\nimport tableShow from '../chart/tableShow.vue';\r\nimport thermalChart from '../chart/thermalChart.vue';\r\nimport regionTable from '../chart/regionTable.vue';\r\nimport avgChart from '../chart/avgChart.vue';\r\nexport default {\r\n name: 'delayChart', //延迟组件\r\n props: ['pageType', 'triggerType', 'data'],\r\n components: {\r\n lineChart,\r\n barChart,\r\n tableShow,\r\n detailDialog,\r\n thermalChart,\r\n regionTable,\r\n avgChart\r\n },\r\n data() {\r\n return {\r\n title: '延误组件'\r\n };\r\n },\r\n methods: {},\r\n mounted() {},\r\n watch: {}\r\n};\r\n",{"version":3,"sources":["delayChart.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkCA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"delayChart.vue","sourceRoot":"src/components/target","sourcesContent":["<template>\r\n <div class=\"setion\">\r\n <p class=\"chartTitle\"><span class=\"titleIcon\"></span> {{ title }}</p>\r\n <div class=\"typeContent\">\r\n <el-card style=\"width: 150px; margin-bottom: 20px; text-align: center\">\r\n <div style=\"font-size: 30px; font-weight: bold\">99</div>\r\n <div style=\"padding: 14px\">\r\n <span>数值</span>\r\n <div class=\"bottom clearfix\">\r\n <time class=\"time\">17:49</time>\r\n <el-button type=\"text\" class=\"button\">操作按钮</el-button>\r\n </div>\r\n </div>\r\n </el-card>\r\n <div v-if=\"pageType == '断面'\" style=\"margin-bottom: 20px; border: 1px solid #e4e7ed\">\r\n <tableShow :msg=\"data\" :type=\"triggerType\" />\r\n </div>\r\n <div v-if=\"pageType == '区域'\">\r\n <regionTable :msg=\"data\" :type=\"triggerType\" />\r\n </div>\r\n <div class=\"border\">\r\n <detailDialog />\r\n <lineChart :pageType=\"pageType\" :list=\"data\" :title=\"title\" :status=\"triggerType\"></lineChart>\r\n </div>\r\n\r\n <div class=\"border\">\r\n <detailDialog />\r\n <avgChart :pageType=\"pageType\" :list=\"data\" :title=\"title\" :status=\"triggerType\" />\r\n </div>\r\n </div>\r\n </div>\r\n</template>\r\n \r\n<script>\r\nimport detailDialog from '../chart/detailDialog.vue';\r\nimport lineChart from '../chart/lineChart.vue';\r\nimport barChart from '../chart/barChart.vue';\r\nimport tableShow from '../chart/tableShow.vue';\r\nimport thermalChart from '../chart/thermalChart.vue';\r\nimport regionTable from '../chart/regionTable.vue';\r\nimport avgChart from '../chart/avgChart.vue';\r\nexport default {\r\n name: 'delayChart', //延迟组件\r\n props: ['pageType', 'triggerType', 'data'],\r\n components: {\r\n lineChart,\r\n barChart,\r\n tableShow,\r\n detailDialog,\r\n thermalChart,\r\n regionTable,\r\n avgChart\r\n },\r\n data() {\r\n return {\r\n title: '延误组件'\r\n };\r\n },\r\n methods: {},\r\n mounted() {},\r\n watch: {}\r\n};\r\n</script>\r\n<style scoped>\r\n.typeContent {\r\n box-sizing: border-box;\r\n}\r\n\r\n.border {\r\n width: 100%;\r\n height: 300px;\r\n margin-bottom: 20px;\r\n display: block;\r\n position: relative;\r\n}\r\n</style>"]}]}
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\delayChart.vue?vue&type=script&lang=js&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\delayChart.vue","mtime":1673752186424},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\babel-loader\\lib\\index.js","mtime":1673232709513},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"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\r\nimport detailDialog from '../chart/detailDialog.vue';\r\nimport lineChart from '../chart/lineChart.vue';\r\nimport barChart from '../chart/barChart.vue';\r\nimport tableShow from '../chart/tableShow.vue';\r\nimport thermalChart from '../chart/thermalChart.vue';\r\nimport regionTable from '../chart/regionTable.vue';\r\nimport avgChart from '../chart/avgChart.vue';\r\n\r\nexport default {\r\n name: 'delayChart', //延迟组件\r\n props: ['pageType', 'triggerType', 'data'],\r\n components: {\r\n lineChart,\r\n barChart,\r\n tableShow,\r\n detailDialog,\r\n thermalChart,\r\n regionTable,\r\n avgChart\r\n },\r\n data() {\r\n return {\r\n title: '延误组件'\r\n };\r\n },\r\n methods: {},\r\n mounted() {},\r\n watch: {}\r\n};\r\n",{"version":3,"sources":["delayChart.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkCA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"delayChart.vue","sourceRoot":"src/components/target","sourcesContent":["<template>\r\n <div class=\"setion\">\r\n <p class=\"chartTitle\"><span class=\"titleIcon\"></span> {{ title }}</p>\r\n <div class=\"typeContent\">\r\n <el-card style=\"width: 150px; margin-bottom: 20px; text-align: center\">\r\n <div style=\"font-size: 30px; font-weight: bold\">99</div>\r\n <div style=\"padding: 14px\">\r\n <span>数值</span>\r\n <div class=\"bottom clearfix\">\r\n <time class=\"time\">17:49</time>\r\n <el-button type=\"text\" class=\"button\">操作按钮</el-button>\r\n </div>\r\n </div>\r\n </el-card>\r\n <div v-if=\"pageType == '断面'\" style=\"margin-bottom: 20px; border: 1px solid #e4e7ed\">\r\n <tableShow :msg=\"data\" :type=\"triggerType\" />\r\n </div>\r\n <div v-if=\"pageType == '区域'\">\r\n <regionTable :msg=\"data\" :type=\"triggerType\" />\r\n </div>\r\n <div class=\"border\">\r\n <detailDialog />\r\n <lineChart :pageType=\"pageType\" :list=\"data\" :title=\"title\" :status=\"triggerType\"></lineChart>\r\n </div>\r\n\r\n <div class=\"border\">\r\n <detailDialog />\r\n <avgChart :pageType=\"pageType\" :list=\"data\" :title=\"title\" :status=\"triggerType\" />\r\n </div>\r\n </div>\r\n </div>\r\n</template>\r\n \r\n<script>\r\nimport detailDialog from '../chart/detailDialog.vue';\r\nimport lineChart from '../chart/lineChart.vue';\r\nimport barChart from '../chart/barChart.vue';\r\nimport tableShow from '../chart/tableShow.vue';\r\nimport thermalChart from '../chart/thermalChart.vue';\r\nimport regionTable from '../chart/regionTable.vue';\r\nimport avgChart from '../chart/avgChart.vue';\r\n\r\nexport default {\r\n name: 'delayChart', //延迟组件\r\n props: ['pageType', 'triggerType', 'data'],\r\n components: {\r\n lineChart,\r\n barChart,\r\n tableShow,\r\n detailDialog,\r\n thermalChart,\r\n regionTable,\r\n avgChart\r\n },\r\n data() {\r\n return {\r\n title: '延误组件'\r\n };\r\n },\r\n methods: {},\r\n mounted() {},\r\n watch: {}\r\n};\r\n</script>\r\n<style scoped>\r\n.typeContent {\r\n box-sizing: border-box;\r\n}\r\n\r\n.border {\r\n width: 100%;\r\n height: 300px;\r\n margin-bottom: 20px;\r\n display: block;\r\n position: relative;\r\n}\r\n</style>"]}]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\chart\\lineChart.vue","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\chart\\lineChart.vue","mtime":1673603633978},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["import { render, staticRenderFns } from \"./lineChart.vue?vue&type=template&id=3aba1cf9&scoped=true&\"\nimport script from \"./lineChart.vue?vue&type=script&lang=js&\"\nexport * from \"./lineChart.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"3aba1cf9\",\n null\n \n)\n\n/* hot reload */\nif (module.hot) {\n var api = require(\"C:\\\\Users\\\\LGZN-Digital\\\\Desktop\\\\新建文件夹\\\\TransFlow\\\\node_modules\\\\vue-hot-reload-api\\\\dist\\\\index.js\")\n api.install(require('vue'))\n if (api.compatible) {\n module.hot.accept()\n if (!api.isRecorded('3aba1cf9')) {\n api.createRecord('3aba1cf9', component.options)\n } else {\n api.reload('3aba1cf9', component.options)\n }\n module.hot.accept(\"./lineChart.vue?vue&type=template&id=3aba1cf9&scoped=true&\", function () {\n api.rerender('3aba1cf9', {\n render: render,\n staticRenderFns: staticRenderFns\n })\n })\n }\n}\ncomponent.options.__file = \"src/components/chart/lineChart.vue\"\nexport default component.exports"]}
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\chart\\lineChart.vue","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\chart\\lineChart.vue","mtime":1673747874406},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["import { render, staticRenderFns } from \"./lineChart.vue?vue&type=template&id=3aba1cf9&scoped=true&\"\nimport script from \"./lineChart.vue?vue&type=script&lang=js&\"\nexport * from \"./lineChart.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"3aba1cf9\",\n null\n \n)\n\n/* hot reload */\nif (module.hot) {\n var api = require(\"C:\\\\Users\\\\LGZN-Digital\\\\Desktop\\\\新建文件夹\\\\TransFlow\\\\node_modules\\\\vue-hot-reload-api\\\\dist\\\\index.js\")\n api.install(require('vue'))\n if (api.compatible) {\n module.hot.accept()\n if (!api.isRecorded('3aba1cf9')) {\n api.createRecord('3aba1cf9', component.options)\n } else {\n api.reload('3aba1cf9', component.options)\n }\n module.hot.accept(\"./lineChart.vue?vue&type=template&id=3aba1cf9&scoped=true&\", function () {\n api.rerender('3aba1cf9', {\n render: render,\n staticRenderFns: staticRenderFns\n })\n })\n }\n}\ncomponent.options.__file = \"src/components/chart/lineChart.vue\"\nexport default component.exports"]}

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\chart\\lineChart.vue?vue&type=template&id=3aba1cf9&scoped=true&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\chart\\lineChart.vue","mtime":1673603633978},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1673232720593},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["var render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", {\n ref: \"lineChart\",\n staticStyle: { width: \"100%\", height: \"300px\" },\n attrs: { id: \"lineChart\" }\n })\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]}
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js??ref--0-0!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\chart\\lineChart.vue?vue&type=template&id=3aba1cf9&scoped=true&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\chart\\lineChart.vue","mtime":1673747874406},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1673232720593},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["var render = function() {\n var _vm = this\n var _h = _vm.$createElement\n var _c = _vm._self._c || _h\n return _c(\"div\", {\n ref: \"lineChart\",\n staticStyle: { width: \"100%\", height: \"300px\" },\n attrs: { id: \"lineChart\" }\n })\n}\nvar staticRenderFns = []\nrender._withStripped = true\n\nexport { render, staticRenderFns }"]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\delayChart.vue?vue&type=style&index=0&id=02017ef9&scoped=true&lang=css&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\delayChart.vue","mtime":1673593140949},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\css-loader\\dist\\cjs.js","mtime":1673232711341},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\stylePostLoader.js","mtime":1673232720593},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\postcss-loader\\src\\index.js","mtime":1673232718046},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"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\r\n.typeContent {\r\n box-sizing: border-box;\r\n}\r\n\r\n.border {\r\n width: 100%;\r\n height: 300px;\r\n margin-bottom: 20px;\r\n display: block;\r\n position: relative;\r\n}\r\n",{"version":3,"sources":["delayChart.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA","file":"delayChart.vue","sourceRoot":"src/components/target","sourcesContent":["<template>\r\n <div class=\"setion\">\r\n <p class=\"chartTitle\"><span class=\"titleIcon\"></span> {{ title }}</p>\r\n <div class=\"typeContent\">\r\n <el-card style=\"width: 150px; margin-bottom: 20px; text-align: center\">\r\n <div style=\"font-size: 30px; font-weight: bold\">99</div>\r\n <div style=\"padding: 14px\">\r\n <span>数值</span>\r\n <div class=\"bottom clearfix\">\r\n <time class=\"time\">17:49</time>\r\n <el-button type=\"text\" class=\"button\">操作按钮</el-button>\r\n </div>\r\n </div>\r\n </el-card>\r\n <div v-if=\"pageType == '断面'\" style=\"margin-bottom: 20px; border: 1px solid #e4e7ed\">\r\n <tableShow :msg=\"data\" :type=\"triggerType\" />\r\n </div>\r\n <div v-if=\"pageType == '区域'\">\r\n <regionTable :msg=\"data\" :type=\"triggerType\" />\r\n </div>\r\n <div class=\"border\">\r\n <detailDialog />\r\n <lineChart :pageType=\"pageType\" :list=\"data\" :title=\"title\" :status=\"triggerType\"></lineChart>\r\n </div>\r\n\r\n <div class=\"border\">\r\n <detailDialog />\r\n <avgChart :pageType=\"pageType\" :list=\"data\" :title=\"title\" :status=\"triggerType\" />\r\n </div>\r\n </div>\r\n </div>\r\n</template>\r\n \r\n<script>\r\nimport detailDialog from '../chart/detailDialog.vue';\r\nimport lineChart from '../chart/lineChart.vue';\r\nimport barChart from '../chart/barChart.vue';\r\nimport tableShow from '../chart/tableShow.vue';\r\nimport thermalChart from '../chart/thermalChart.vue';\r\nimport regionTable from '../chart/regionTable.vue';\r\nimport avgChart from '../chart/avgChart.vue';\r\nexport default {\r\n name: 'delayChart', //延迟组件\r\n props: ['pageType', 'triggerType', 'data'],\r\n components: {\r\n lineChart,\r\n barChart,\r\n tableShow,\r\n detailDialog,\r\n thermalChart,\r\n regionTable,\r\n avgChart\r\n },\r\n data() {\r\n return {\r\n title: '延误组件'\r\n };\r\n },\r\n methods: {},\r\n mounted() {},\r\n watch: {}\r\n};\r\n</script>\r\n<style scoped>\r\n.typeContent {\r\n box-sizing: border-box;\r\n}\r\n\r\n.border {\r\n width: 100%;\r\n height: 300px;\r\n margin-bottom: 20px;\r\n display: block;\r\n position: relative;\r\n}\r\n</style>"]}]}
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\delayChart.vue?vue&type=style&index=0&id=02017ef9&scoped=true&lang=css&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\delayChart.vue","mtime":1673752186424},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\css-loader\\dist\\cjs.js","mtime":1673232711341},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\stylePostLoader.js","mtime":1673232720593},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\postcss-loader\\src\\index.js","mtime":1673232718046},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"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\r\n.typeContent {\r\n box-sizing: border-box;\r\n}\r\n\r\n.border {\r\n width: 100%;\r\n height: 300px;\r\n margin-bottom: 20px;\r\n display: block;\r\n position: relative;\r\n}\r\n",{"version":3,"sources":["delayChart.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA","file":"delayChart.vue","sourceRoot":"src/components/target","sourcesContent":["<template>\r\n <div class=\"setion\">\r\n <p class=\"chartTitle\"><span class=\"titleIcon\"></span> {{ title }}</p>\r\n <div class=\"typeContent\">\r\n <el-card style=\"width: 150px; margin-bottom: 20px; text-align: center\">\r\n <div style=\"font-size: 30px; font-weight: bold\">99</div>\r\n <div style=\"padding: 14px\">\r\n <span>数值</span>\r\n <div class=\"bottom clearfix\">\r\n <time class=\"time\">17:49</time>\r\n <el-button type=\"text\" class=\"button\">操作按钮</el-button>\r\n </div>\r\n </div>\r\n </el-card>\r\n <div v-if=\"pageType == '断面'\" style=\"margin-bottom: 20px; border: 1px solid #e4e7ed\">\r\n <tableShow :msg=\"data\" :type=\"triggerType\" />\r\n </div>\r\n <div v-if=\"pageType == '区域'\">\r\n <regionTable :msg=\"data\" :type=\"triggerType\" />\r\n </div>\r\n <div class=\"border\">\r\n <detailDialog />\r\n <lineChart :pageType=\"pageType\" :list=\"data\" :title=\"title\" :status=\"triggerType\"></lineChart>\r\n </div>\r\n\r\n <div class=\"border\">\r\n <detailDialog />\r\n <avgChart :pageType=\"pageType\" :list=\"data\" :title=\"title\" :status=\"triggerType\" />\r\n </div>\r\n </div>\r\n </div>\r\n</template>\r\n \r\n<script>\r\nimport detailDialog from '../chart/detailDialog.vue';\r\nimport lineChart from '../chart/lineChart.vue';\r\nimport barChart from '../chart/barChart.vue';\r\nimport tableShow from '../chart/tableShow.vue';\r\nimport thermalChart from '../chart/thermalChart.vue';\r\nimport regionTable from '../chart/regionTable.vue';\r\nimport avgChart from '../chart/avgChart.vue';\r\n\r\nexport default {\r\n name: 'delayChart', //延迟组件\r\n props: ['pageType', 'triggerType', 'data'],\r\n components: {\r\n lineChart,\r\n barChart,\r\n tableShow,\r\n detailDialog,\r\n thermalChart,\r\n regionTable,\r\n avgChart\r\n },\r\n data() {\r\n return {\r\n title: '延误组件'\r\n };\r\n },\r\n methods: {},\r\n mounted() {},\r\n watch: {}\r\n};\r\n</script>\r\n<style scoped>\r\n.typeContent {\r\n box-sizing: border-box;\r\n}\r\n\r\n.border {\r\n width: 100%;\r\n height: 300px;\r\n margin-bottom: 20px;\r\n display: block;\r\n position: relative;\r\n}\r\n</style>"]}]}

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\OD.vue","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\OD.vue","mtime":1673593117644},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["import { render, staticRenderFns } from \"./OD.vue?vue&type=template&id=0bb099b3&scoped=true&\"\nimport script from \"./OD.vue?vue&type=script&lang=js&\"\nexport * from \"./OD.vue?vue&type=script&lang=js&\"\nimport style0 from \"./OD.vue?vue&type=style&index=0&id=0bb099b3&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"0bb099b3\",\n null\n \n)\n\n/* hot reload */\nif (module.hot) {\n var api = require(\"C:\\\\Users\\\\LGZN-Digital\\\\Desktop\\\\新建文件夹\\\\TransFlow\\\\node_modules\\\\vue-hot-reload-api\\\\dist\\\\index.js\")\n api.install(require('vue'))\n if (api.compatible) {\n module.hot.accept()\n if (!api.isRecorded('0bb099b3')) {\n api.createRecord('0bb099b3', component.options)\n } else {\n api.reload('0bb099b3', component.options)\n }\n module.hot.accept(\"./OD.vue?vue&type=template&id=0bb099b3&scoped=true&\", function () {\n api.rerender('0bb099b3', {\n render: render,\n staticRenderFns: staticRenderFns\n })\n })\n }\n}\ncomponent.options.__file = \"src/components/target/OD.vue\"\nexport default component.exports"]}
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\OD.vue","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\OD.vue","mtime":1673943661935},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["import { render, staticRenderFns } from \"./OD.vue?vue&type=template&id=0bb099b3&scoped=true&\"\nimport script from \"./OD.vue?vue&type=script&lang=js&\"\nexport * from \"./OD.vue?vue&type=script&lang=js&\"\nimport style0 from \"./OD.vue?vue&type=style&index=0&id=0bb099b3&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"0bb099b3\",\n null\n \n)\n\n/* hot reload */\nif (module.hot) {\n var api = require(\"C:\\\\Users\\\\LGZN-Digital\\\\Desktop\\\\新建文件夹\\\\TransFlow\\\\node_modules\\\\vue-hot-reload-api\\\\dist\\\\index.js\")\n api.install(require('vue'))\n if (api.compatible) {\n module.hot.accept()\n if (!api.isRecorded('0bb099b3')) {\n api.createRecord('0bb099b3', component.options)\n } else {\n api.reload('0bb099b3', component.options)\n }\n module.hot.accept(\"./OD.vue?vue&type=template&id=0bb099b3&scoped=true&\", function () {\n api.rerender('0bb099b3', {\n render: render,\n staticRenderFns: staticRenderFns\n })\n })\n }\n}\ncomponent.options.__file = \"src/components/target/OD.vue\"\nexport default component.exports"]}

View File

@ -1 +1 @@
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\delayChart.vue","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\delayChart.vue","mtime":1673593140949},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["import { render, staticRenderFns } from \"./delayChart.vue?vue&type=template&id=02017ef9&scoped=true&\"\nimport script from \"./delayChart.vue?vue&type=script&lang=js&\"\nexport * from \"./delayChart.vue?vue&type=script&lang=js&\"\nimport style0 from \"./delayChart.vue?vue&type=style&index=0&id=02017ef9&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"02017ef9\",\n null\n \n)\n\n/* hot reload */\nif (module.hot) {\n var api = require(\"C:\\\\Users\\\\LGZN-Digital\\\\Desktop\\\\新建文件夹\\\\TransFlow\\\\node_modules\\\\vue-hot-reload-api\\\\dist\\\\index.js\")\n api.install(require('vue'))\n if (api.compatible) {\n module.hot.accept()\n if (!api.isRecorded('02017ef9')) {\n api.createRecord('02017ef9', component.options)\n } else {\n api.reload('02017ef9', component.options)\n }\n module.hot.accept(\"./delayChart.vue?vue&type=template&id=02017ef9&scoped=true&\", function () {\n api.rerender('02017ef9', {\n render: render,\n staticRenderFns: staticRenderFns\n })\n })\n }\n}\ncomponent.options.__file = \"src/components/target/delayChart.vue\"\nexport default component.exports"]}
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\delayChart.vue","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\delayChart.vue","mtime":1673752186424},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["import { render, staticRenderFns } from \"./delayChart.vue?vue&type=template&id=02017ef9&scoped=true&\"\nimport script from \"./delayChart.vue?vue&type=script&lang=js&\"\nexport * from \"./delayChart.vue?vue&type=script&lang=js&\"\nimport style0 from \"./delayChart.vue?vue&type=style&index=0&id=02017ef9&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"02017ef9\",\n null\n \n)\n\n/* hot reload */\nif (module.hot) {\n var api = require(\"C:\\\\Users\\\\LGZN-Digital\\\\Desktop\\\\新建文件夹\\\\TransFlow\\\\node_modules\\\\vue-hot-reload-api\\\\dist\\\\index.js\")\n api.install(require('vue'))\n if (api.compatible) {\n module.hot.accept()\n if (!api.isRecorded('02017ef9')) {\n api.createRecord('02017ef9', component.options)\n } else {\n api.reload('02017ef9', component.options)\n }\n module.hot.accept(\"./delayChart.vue?vue&type=template&id=02017ef9&scoped=true&\", function () {\n api.rerender('02017ef9', {\n render: render,\n staticRenderFns: staticRenderFns\n })\n })\n }\n}\ncomponent.options.__file = \"src/components/target/delayChart.vue\"\nexport default component.exports"]}

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\OD.vue?vue&type=style&index=0&id=0bb099b3&scoped=true&lang=css&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\OD.vue","mtime":1673593117644},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\css-loader\\dist\\cjs.js","mtime":1673232711341},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\stylePostLoader.js","mtime":1673232720593},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\postcss-loader\\src\\index.js","mtime":1673232718046},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"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\r\n.typeContent {\r\n box-sizing: border-box;\r\n}\r\n\r\n.border {\r\n width: 100%;\r\n margin-bottom: 20px;\r\n position: relative;\r\n}\r\n",{"version":3,"sources":["OD.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsCA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA","file":"OD.vue","sourceRoot":"src/components/target","sourcesContent":["<template>\r\n <div class=\"setion\">\r\n <p class=\"chartTitle\"><span class=\"titleIcon\"></span> {{ title }}</p>\r\n <div class=\"border\">\r\n <detailDialog />\r\n <thermalChart :pageType=\"pageType\" :list=\"data\" :status=\"triggerType\" :title=\"title\" />\r\n </div>\r\n </div>\r\n</template>\r\n\r\n<script>\r\nimport lineChart from '../chart/lineChart.vue';\r\nimport barChart from '../chart/barChart.vue';\r\nimport tableShow from '../chart/tableShow.vue';\r\nimport detailDialog from '../chart/detailDialog.vue';\r\nimport thermalChart from '../chart/thermalChart.vue';\r\nimport regionTable from '../chart/regionTable.vue';\r\nexport default {\r\n name: 'lineUpChart', //排队数组件\r\n components: {\r\n lineChart,\r\n barChart,\r\n tableShow,\r\n detailDialog,\r\n thermalChart,\r\n regionTable\r\n },\r\n props: ['pageType', 'triggerType', 'data'],\r\n data() {\r\n return {\r\n title: 'OD组件'\r\n };\r\n },\r\n methods: {},\r\n mounted() {}\r\n};\r\n</script>\r\n<style scoped>\r\n.typeContent {\r\n box-sizing: border-box;\r\n}\r\n\r\n.border {\r\n width: 100%;\r\n margin-bottom: 20px;\r\n position: relative;\r\n}\r\n</style>"]}]}
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\OD.vue?vue&type=style&index=0&id=0bb099b3&scoped=true&lang=css&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\OD.vue","mtime":1673943661935},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\css-loader\\dist\\cjs.js","mtime":1673232711341},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\stylePostLoader.js","mtime":1673232720593},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\postcss-loader\\src\\index.js","mtime":1673232718046},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"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\r\n.typeContent {\r\n box-sizing: border-box;\r\n}\r\n\r\n.border {\r\n width: 100%;\r\n margin-bottom: 20px;\r\n position: relative;\r\n}\r\n",{"version":3,"sources":["OD.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAsCA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA","file":"OD.vue","sourceRoot":"src/components/target","sourcesContent":["<template>\r\n <div class=\"setion\">\r\n <p class=\"chartTitle\"><span class=\"titleIcon\"></span> {{ title }}</p>\r\n <div class=\"border\">\r\n <detailDialog />\r\n <thermalChart :pageType=\"pageType\" :list=\"data\" :status=\"triggerType\" :title=\"title\" />\r\n </div>\r\n </div>\r\n</template>\r\n\r\n<script>\r\nimport lineChart from '../chart/lineChart.vue';\r\nimport barChart from '../chart/barChart.vue';\r\nimport tableShow from '../chart/tableShow.vue';\r\nimport detailDialog from '../chart/detailDialog.vue';\r\nimport thermalChart from '../chart/thermalChart.vue';\r\nimport regionTable from '../chart/regionTable.vue';\r\nexport default {\r\n name: 'lineUpChart', //排队数组件\r\n components: {\r\n lineChart,\r\n barChart,\r\n tableShow,\r\n detailDialog,\r\n thermalChart,\r\n regionTable\r\n },\r\n props: ['pageType', 'triggerType', 'data'],\r\n data() {\r\n return {\r\n title: 'OD组件'\r\n };\r\n },\r\n methods: {},\r\n mounted() {}\r\n};\r\n</script>\r\n<style scoped>\r\n.typeContent {\r\n box-sizing: border-box;\r\n}\r\n\r\n.border {\r\n width: 100%;\r\n margin-bottom: 20px;\r\n position: relative;\r\n}\r\n</style>"]}]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\OD.vue?vue&type=template&id=0bb099b3&scoped=true&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\OD.vue","mtime":1673593117644},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1673232720593},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["\n<div class=\"setion\">\n <p class=\"chartTitle\"><span class=\"titleIcon\"></span> {{ title }}</p>\n <div class=\"border\">\n <detailDialog />\n <thermalChart :pageType=\"pageType\" :list=\"data\" :status=\"triggerType\" :title=\"title\" />\n </div>\n</div>\n",null]}
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\OD.vue?vue&type=template&id=0bb099b3&scoped=true&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\OD.vue","mtime":1673943661935},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1673232720593},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["\n<div class=\"setion\">\n <p class=\"chartTitle\"><span class=\"titleIcon\"></span> {{ title }}</p>\n <div class=\"border\">\n <detailDialog />\n <thermalChart :pageType=\"pageType\" :list=\"data\" :status=\"triggerType\" :title=\"title\" />\n </div>\n</div>\n",null]}

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\chart\\lineChart.vue?vue&type=template&id=3aba1cf9&scoped=true&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\chart\\lineChart.vue","mtime":1673603633978},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1673232720593},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["\n<div id=\"lineChart\" ref=\"lineChart\" style=\"width: 100%; height: 300px\"></div>\n",null]}
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\chart\\lineChart.vue?vue&type=template&id=3aba1cf9&scoped=true&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\chart\\lineChart.vue","mtime":1673747874406},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1673232720593},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["\n<div id=\"lineChart\" ref=\"lineChart\" style=\"width: 100%; height: 300px\"></div>\n",null]}

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\views\\AnalysisMain.vue","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\views\\AnalysisMain.vue","mtime":1673601263626},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["import { render, staticRenderFns } from \"./AnalysisMain.vue?vue&type=template&id=689d6d6f&\"\nimport script from \"./AnalysisMain.vue?vue&type=script&lang=js&\"\nexport * from \"./AnalysisMain.vue?vue&type=script&lang=js&\"\nimport style0 from \"./AnalysisMain.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\n/* hot reload */\nif (module.hot) {\n var api = require(\"C:\\\\Users\\\\LGZN-Digital\\\\Desktop\\\\新建文件夹\\\\TransFlow\\\\node_modules\\\\vue-hot-reload-api\\\\dist\\\\index.js\")\n api.install(require('vue'))\n if (api.compatible) {\n module.hot.accept()\n if (!api.isRecorded('689d6d6f')) {\n api.createRecord('689d6d6f', component.options)\n } else {\n api.reload('689d6d6f', component.options)\n }\n module.hot.accept(\"./AnalysisMain.vue?vue&type=template&id=689d6d6f&\", function () {\n api.rerender('689d6d6f', {\n render: render,\n staticRenderFns: staticRenderFns\n })\n })\n }\n}\ncomponent.options.__file = \"src/views/AnalysisMain.vue\"\nexport default component.exports"]}
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\views\\AnalysisMain.vue","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\views\\AnalysisMain.vue","mtime":1673746712135},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["import { render, staticRenderFns } from \"./AnalysisMain.vue?vue&type=template&id=689d6d6f&\"\nimport script from \"./AnalysisMain.vue?vue&type=script&lang=js&\"\nexport * from \"./AnalysisMain.vue?vue&type=script&lang=js&\"\nimport style0 from \"./AnalysisMain.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\n/* hot reload */\nif (module.hot) {\n var api = require(\"C:\\\\Users\\\\LGZN-Digital\\\\Desktop\\\\新建文件夹\\\\TransFlow\\\\node_modules\\\\vue-hot-reload-api\\\\dist\\\\index.js\")\n api.install(require('vue'))\n if (api.compatible) {\n module.hot.accept()\n if (!api.isRecorded('689d6d6f')) {\n api.createRecord('689d6d6f', component.options)\n } else {\n api.reload('689d6d6f', component.options)\n }\n module.hot.accept(\"./AnalysisMain.vue?vue&type=template&id=689d6d6f&\", function () {\n api.rerender('689d6d6f', {\n render: render,\n staticRenderFns: staticRenderFns\n })\n })\n }\n}\ncomponent.options.__file = \"src/views/AnalysisMain.vue\"\nexport default component.exports"]}

View File

@ -1 +1 @@
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\delayChart.vue?vue&type=template&id=02017ef9&scoped=true&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\delayChart.vue","mtime":1673593140949},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1673232720593},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["\n<div class=\"setion\">\n <p class=\"chartTitle\"><span class=\"titleIcon\"></span> {{ title }}</p>\n <div class=\"typeContent\">\n <el-card style=\"width: 150px; margin-bottom: 20px; text-align: center\">\n <div style=\"font-size: 30px; font-weight: bold\">99</div>\n <div style=\"padding: 14px\">\n <span>数值</span>\n <div class=\"bottom clearfix\">\n <time class=\"time\">17:49</time>\n <el-button type=\"text\" class=\"button\">操作按钮</el-button>\n </div>\n </div>\n </el-card>\n <div v-if=\"pageType == '断面'\" style=\"margin-bottom: 20px; border: 1px solid #e4e7ed\">\n <tableShow :msg=\"data\" :type=\"triggerType\" />\n </div>\n <div v-if=\"pageType == '区域'\">\n <regionTable :msg=\"data\" :type=\"triggerType\" />\n </div>\n <div class=\"border\">\n <detailDialog />\n <lineChart :pageType=\"pageType\" :list=\"data\" :title=\"title\" :status=\"triggerType\"></lineChart>\n </div>\n\n <div class=\"border\">\n <detailDialog />\n <avgChart :pageType=\"pageType\" :list=\"data\" :title=\"title\" :status=\"triggerType\" />\n </div>\n </div>\n</div>\n",null]}
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\delayChart.vue?vue&type=template&id=02017ef9&scoped=true&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\delayChart.vue","mtime":1673752186424},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\loaders\\templateLoader.js","mtime":1673232720593},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["\n<div class=\"setion\">\n <p class=\"chartTitle\"><span class=\"titleIcon\"></span> {{ title }}</p>\n <div class=\"typeContent\">\n <el-card style=\"width: 150px; margin-bottom: 20px; text-align: center\">\n <div style=\"font-size: 30px; font-weight: bold\">99</div>\n <div style=\"padding: 14px\">\n <span>数值</span>\n <div class=\"bottom clearfix\">\n <time class=\"time\">17:49</time>\n <el-button type=\"text\" class=\"button\">操作按钮</el-button>\n </div>\n </div>\n </el-card>\n <div v-if=\"pageType == '断面'\" style=\"margin-bottom: 20px; border: 1px solid #e4e7ed\">\n <tableShow :msg=\"data\" :type=\"triggerType\" />\n </div>\n <div v-if=\"pageType == '区域'\">\n <regionTable :msg=\"data\" :type=\"triggerType\" />\n </div>\n <div class=\"border\">\n <detailDialog />\n <lineChart :pageType=\"pageType\" :list=\"data\" :title=\"title\" :status=\"triggerType\"></lineChart>\n </div>\n\n <div class=\"border\">\n <detailDialog />\n <avgChart :pageType=\"pageType\" :list=\"data\" :title=\"title\" :status=\"triggerType\" />\n </div>\n </div>\n</div>\n",null]}

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\OD.vue?vue&type=script&lang=js&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\OD.vue","mtime":1673593117644},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\babel-loader\\lib\\index.js","mtime":1673232709513},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\r\nimport lineChart from '../chart/lineChart.vue';\r\nimport barChart from '../chart/barChart.vue';\r\nimport tableShow from '../chart/tableShow.vue';\r\nimport detailDialog from '../chart/detailDialog.vue';\r\nimport thermalChart from '../chart/thermalChart.vue';\r\nimport regionTable from '../chart/regionTable.vue';\r\nexport default {\r\n name: 'lineUpChart', //排队数组件\r\n components: {\r\n lineChart,\r\n barChart,\r\n tableShow,\r\n detailDialog,\r\n thermalChart,\r\n regionTable\r\n },\r\n props: ['pageType', 'triggerType', 'data'],\r\n data() {\r\n return {\r\n title: 'OD组件'\r\n };\r\n },\r\n methods: {},\r\n mounted() {}\r\n};\r\n",{"version":3,"sources":["OD.vue"],"names":[],"mappings":";;;;;;;;;;;AAWA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"OD.vue","sourceRoot":"src/components/target","sourcesContent":["<template>\r\n <div class=\"setion\">\r\n <p class=\"chartTitle\"><span class=\"titleIcon\"></span> {{ title }}</p>\r\n <div class=\"border\">\r\n <detailDialog />\r\n <thermalChart :pageType=\"pageType\" :list=\"data\" :status=\"triggerType\" :title=\"title\" />\r\n </div>\r\n </div>\r\n</template>\r\n\r\n<script>\r\nimport lineChart from '../chart/lineChart.vue';\r\nimport barChart from '../chart/barChart.vue';\r\nimport tableShow from '../chart/tableShow.vue';\r\nimport detailDialog from '../chart/detailDialog.vue';\r\nimport thermalChart from '../chart/thermalChart.vue';\r\nimport regionTable from '../chart/regionTable.vue';\r\nexport default {\r\n name: 'lineUpChart', //排队数组件\r\n components: {\r\n lineChart,\r\n barChart,\r\n tableShow,\r\n detailDialog,\r\n thermalChart,\r\n regionTable\r\n },\r\n props: ['pageType', 'triggerType', 'data'],\r\n data() {\r\n return {\r\n title: 'OD组件'\r\n };\r\n },\r\n methods: {},\r\n mounted() {}\r\n};\r\n</script>\r\n<style scoped>\r\n.typeContent {\r\n box-sizing: border-box;\r\n}\r\n\r\n.border {\r\n width: 100%;\r\n margin-bottom: 20px;\r\n position: relative;\r\n}\r\n</style>"]}]}
{"remainingRequest":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\OD.vue?vue&type=script&lang=js&","dependencies":[{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\src\\components\\target\\OD.vue","mtime":1673943661935},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\babel-loader\\lib\\index.js","mtime":1673232709513},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":1673232709843},{"path":"C:\\Users\\LGZN-Digital\\Desktop\\新建文件夹\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":1673232720592}],"contextDependencies":[],"result":["//\n//\n//\n//\n//\n//\n//\n//\n//\n//\n\r\nimport lineChart from '../chart/lineChart.vue';\r\nimport barChart from '../chart/barChart.vue';\r\nimport tableShow from '../chart/tableShow.vue';\r\nimport detailDialog from '../chart/detailDialog.vue';\r\nimport thermalChart from '../chart/thermalChart.vue';\r\nimport regionTable from '../chart/regionTable.vue';\r\nexport default {\r\n name: 'lineUpChart', //排队数组件\r\n components: {\r\n lineChart,\r\n barChart,\r\n tableShow,\r\n detailDialog,\r\n thermalChart,\r\n regionTable\r\n },\r\n props: ['pageType', 'triggerType', 'data'],\r\n data() {\r\n return {\r\n title: 'OD组件'\r\n };\r\n },\r\n methods: {},\r\n mounted() {}\r\n};\r\n",{"version":3,"sources":["OD.vue"],"names":[],"mappings":";;;;;;;;;;;AAWA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA","file":"OD.vue","sourceRoot":"src/components/target","sourcesContent":["<template>\r\n <div class=\"setion\">\r\n <p class=\"chartTitle\"><span class=\"titleIcon\"></span> {{ title }}</p>\r\n <div class=\"border\">\r\n <detailDialog />\r\n <thermalChart :pageType=\"pageType\" :list=\"data\" :status=\"triggerType\" :title=\"title\" />\r\n </div>\r\n </div>\r\n</template>\r\n\r\n<script>\r\nimport lineChart from '../chart/lineChart.vue';\r\nimport barChart from '../chart/barChart.vue';\r\nimport tableShow from '../chart/tableShow.vue';\r\nimport detailDialog from '../chart/detailDialog.vue';\r\nimport thermalChart from '../chart/thermalChart.vue';\r\nimport regionTable from '../chart/regionTable.vue';\r\nexport default {\r\n name: 'lineUpChart', //排队数组件\r\n components: {\r\n lineChart,\r\n barChart,\r\n tableShow,\r\n detailDialog,\r\n thermalChart,\r\n regionTable\r\n },\r\n props: ['pageType', 'triggerType', 'data'],\r\n data() {\r\n return {\r\n title: 'OD组件'\r\n };\r\n },\r\n methods: {},\r\n mounted() {}\r\n};\r\n</script>\r\n<style scoped>\r\n.typeContent {\r\n box-sizing: border-box;\r\n}\r\n\r\n.border {\r\n width: 100%;\r\n margin-bottom: 20px;\r\n position: relative;\r\n}\r\n</style>"]}]}

View File

@ -21,6 +21,7 @@ export default {
status: {
type: String
}
// list1: {
// type: Array,
// default() {
@ -211,7 +212,7 @@ export default {
},
mounted() {
this.drawLine();
console.log(this.pageType, this.title, this.status);
// console.log(this.pageType, this.title, this.status);
// console.log(this.list1);
}
};

View File

@ -69,7 +69,7 @@
</el-select>
</el-form-item>
<el-form-item label="val3">
<el-input v-model="msg[0].val3"></el-input>
<el-input v-model="dialogVisible"></el-input>
</el-form-item>
<el-form-item label="val4">
<el-checkbox-group v-model="checkList">

View File

@ -1,6 +1,6 @@
<template>
<div class="setion">
<p class="chartTitle"><span class="titleIcon"></span> {{ title }}</p>
<p class="chartTitle"><span class="titleIcon"></span> {{ componentName }}</p>
<div class="border">
<detailDialog />
<thermalChart :pageType="pageType" :list="data" :status="triggerType" :title="title" />
@ -25,7 +25,7 @@ export default {
thermalChart,
regionTable
},
props: ['pageType', 'triggerType', 'data'],
props: ['pageType', 'triggerType', 'data', 'echartArr', 'componentName'],
data() {
return {
title: 'OD组件'

View File

@ -1,74 +0,0 @@
<template>
<div class="setion">
<p class="chartTitle"><span class="titleIcon"></span>{{ title }}</p>
<div class="typeContent">
<el-card style="width: 150px; margin-bottom: 20px; text-align: center">
<div style="font-size: 30px; font-weight: bold">99</div>
<div style="padding: 14px">
<span>数值</span>
<div class="bottom clearfix">
<time class="time">17:49</time>
<el-button type="text" class="button">操作按钮</el-button>
</div>
</div>
</el-card>
<div v-if="pageType == '断面'" style="margin-bottom: 20px; border: 1px solid #e4e7ed">
<tableShow :msg="data" :type="triggerType" />
</div>
<div v-if="pageType == '区域'">
<regionTable :msg="data" :type="triggerType" />
</div>
<div class="border">
<detailDialog />
<lineChart :pageType="pageType" :list="data" :status="triggerType" :title="title"></lineChart>
</div>
<div class="border">
<detailDialog />
<avgChart :pageType="pageType" :list="data" :status="triggerType" :title="title" />
</div>
</div>
</div>
</template>
<script>
import tableShow from '../chart/tableShow.vue';
import lineChart from '../chart/lineChart.vue';
import barChart from '../chart/barChart.vue';
import detailDialog from '../chart/detailDialog.vue';
import thermalChart from '../chart/thermalChart.vue';
import regionTable from '../chart/regionTable.vue';
import avgChart from '../chart/avgChart.vue';
export default {
name: 'checkChart', //
props: ['pageType', 'triggerType', 'data'],
components: {
lineChart,
barChart,
tableShow,
detailDialog,
thermalChart,
regionTable,
avgChart
},
data() {
return {
title: '监测数组件'
};
},
methods: {},
mounted() {}
};
</script>
<style scoped>
.typeContent {
box-sizing: border-box;
}
.border {
width: 100%;
margin-bottom: 20px;
position: relative;
}
</style>

View File

@ -1,68 +0,0 @@
<template>
<div class="setion">
<p class="chartTitle"><span class="titleIcon"></span> {{ title }}</p>
<div class="typeContent">
<el-card style="width: 150px; margin-bottom: 20px; text-align: center">
<div style="font-size: 30px; font-weight: bold">99</div>
<div style="padding: 14px">
<span>数值</span>
<div class="bottom clearfix">
<time class="time">17:49</time>
<el-button type="text" class="button">操作按钮</el-button>
</div>
</div>
</el-card>
<div v-if="pageType == '断面'" style="margin-bottom: 20px; border: 1px solid #e4e7ed">
<tableShow :msg="data" :type="triggerType" />
</div>
<div v-if="pageType == '区域'">
<regionTable :msg="data" :type="triggerType" />
</div>
<div class="border">
<detailDialog />
<lineChart :pageType="pageType" :list="data" :status="triggerType" :title="title"></lineChart>
</div>
</div>
<div></div>
</div>
</template>
<script>
import detailDialog from '../chart/detailDialog.vue';
import lineChart from '../chart/lineChart.vue';
import tableShow from '../chart/tableShow.vue';
import thermalChart from '../chart/thermalChart.vue';
import regionTable from '../chart/regionTable.vue';
export default {
name: 'congestionChart', //
props: ['pageType', 'triggerType', 'data'],
components: {
lineChart,
tableShow,
detailDialog,
thermalChart,
regionTable
},
data() {
return {
title: '拥堵组件'
};
},
methods: {},
mounted() {},
watch: {}
};
</script>
<style scoped>
.typeContent {
box-sizing: border-box;
}
.border {
width: 100%;
height: 300px;
margin-bottom: 20px;
display: block;
position: relative;
}
</style>

View File

@ -1,76 +0,0 @@
<template>
<div class="setion">
<p class="chartTitle"><span class="titleIcon"></span> {{ title }}</p>
<div class="typeContent">
<el-card style="width: 150px; margin-bottom: 20px; text-align: center">
<div style="font-size: 30px; font-weight: bold">99</div>
<div style="padding: 14px">
<span>数值</span>
<div class="bottom clearfix">
<time class="time">17:49</time>
<el-button type="text" class="button">操作按钮</el-button>
</div>
</div>
</el-card>
<div v-if="pageType == '断面'" style="margin-bottom: 20px; border: 1px solid #e4e7ed">
<tableShow :msg="data" :type="triggerType" />
</div>
<div v-if="pageType == '区域'">
<regionTable :msg="data" :type="triggerType" />
</div>
<div class="border">
<detailDialog />
<lineChart :pageType="pageType" :list="data" :title="title" :status="triggerType"></lineChart>
</div>
<div class="border">
<detailDialog />
<avgChart :pageType="pageType" :list="data" :title="title" :status="triggerType" />
</div>
</div>
</div>
</template>
<script>
import detailDialog from '../chart/detailDialog.vue';
import lineChart from '../chart/lineChart.vue';
import barChart from '../chart/barChart.vue';
import tableShow from '../chart/tableShow.vue';
import thermalChart from '../chart/thermalChart.vue';
import regionTable from '../chart/regionTable.vue';
import avgChart from '../chart/avgChart.vue';
export default {
name: 'delayChart', //
props: ['pageType', 'triggerType', 'data'],
components: {
lineChart,
barChart,
tableShow,
detailDialog,
thermalChart,
regionTable,
avgChart
},
data() {
return {
title: '延误组件'
};
},
methods: {},
mounted() {},
watch: {}
};
</script>
<style scoped>
.typeContent {
box-sizing: border-box;
}
.border {
width: 100%;
height: 300px;
margin-bottom: 20px;
display: block;
position: relative;
}
</style>

View File

@ -1,64 +0,0 @@
<template>
<div class="setion">
<p class="chartTitle"><span class="titleIcon"></span> {{ title }}</p>
<div class="typeContent">
<el-card style="width: 150px; margin-bottom: 20px; text-align: center">
<div style="font-size: 30px; font-weight: bold">99</div>
<div style="padding: 14px">
<span>数值</span>
<div class="bottom clearfix">
<time class="time">17:49</time>
<el-button type="text" class="button">操作按钮</el-button>
</div>
</div>
</el-card>
<div v-if="pageType == '断面'" style="margin-bottom: 20px; border: 1px solid #e4e7ed">
<tableShow :msg="data" :type="triggerType" />
</div>
<div v-if="pageType == '区域'">
<regionTable :msg="data" :type="triggerType" />
</div>
<div class="border">
<detailDialog />
<lineChart :pageType="pageType" :list="data" :title="title" :status="triggerType"></lineChart>
</div>
</div>
</div>
</template>
<script>
import lineChart from '../chart/lineChart.vue';
import tableShow from '../chart/tableShow.vue';
import detailDialog from '../chart/detailDialog.vue';
import thermalChart from '../chart/thermalChart.vue';
import regionTable from '../chart/regionTable.vue';
export default {
name: 'flowChart', //
props: ['pageType', 'triggerType', 'data'],
components: {
lineChart,
tableShow,
detailDialog,
thermalChart,
regionTable
},
data() {
return {
title: '流量组件'
};
},
methods: {},
mounted() {}
};
</script>
<style scoped>
.typeContent {
box-sizing: border-box;
}
.border {
width: 100%;
margin-bottom: 20px;
position: relative;
}
</style>

View File

@ -1,75 +0,0 @@
<template>
<div class="setion">
<p class="chartTitle"><span class="titleIcon"></span> {{ title }}</p>
<div class="typeContent">
<el-card style="width: 150px; margin-bottom: 20px; text-align: center">
<div style="font-size: 30px; font-weight: bold">99</div>
<div style="padding: 14px">
<span>数值</span>
<div class="bottom clearfix">
<time class="time">17:49</time>
<el-button type="text" class="button">操作按钮</el-button>
</div>
</div>
</el-card>
<div v-if="pageType == '断面'" style="margin-bottom: 20px; border: 1px solid #e4e7ed">
<tableShow :msg="data" :type="triggerType" />
</div>
<div v-if="pageType == '区域'">
<regionTable :msg="data" :type="triggerType" />
</div>
<div class="border">
<detailDialog />
<lineChart :pageType="pageType" :list="data" :status="triggerType" :title="title"></lineChart>
</div>
<div class="border">
<detailDialog />
<avgChart :pageType="pageType" :list="data" :status="triggerType" :title="title" />
</div>
</div>
</div>
</template>
<script>
import lineChart from '../chart/lineChart.vue';
import barChart from '../chart/barChart.vue';
import tableShow from '../chart/tableShow.vue';
import detailDialog from '../chart/detailDialog.vue';
import thermalChart from '../chart/thermalChart.vue';
import regionTable from '../chart/regionTable.vue';
import avgChart from '../chart/avgChart.vue';
export default {
name: 'headWayChart', //
props: ['pageType', 'triggerType', 'data'],
components: {
lineChart,
barChart,
tableShow,
detailDialog,
thermalChart,
regionTable,
avgChart
},
created() {
// console.log(this.data, 'headway');
},
data() {
return {
title: '车头时距组件'
};
},
methods: {},
mounted() {}
};
</script>
<style scoped>
.typeContent {
box-sizing: border-box;
}
.border {
width: 100%;
margin-bottom: 20px;
position: relative;
}
</style>

View File

@ -1,73 +0,0 @@
<template>
<div class="setion">
<p class="chartTitle"><span class="titleIcon"></span> {{ title }}</p>
<div class="typeContent">
<el-card style="width: 150px; margin-bottom: 20px; text-align: center">
<div style="font-size: 30px; font-weight: bold">99</div>
<div style="padding: 14px">
<span>数值</span>
<div class="bottom clearfix">
<time class="time">17:49</time>
<el-button type="text" class="button">操作按钮</el-button>
</div>
</div>
</el-card>
<div v-if="pageType == '断面'" style="margin-bottom: 20px; border: 1px solid #e4e7ed">
<tableShow :msg="data" :type="triggerType" />
</div>
<div v-if="pageType == '区域'">
<regionTable :msg="data" :type="triggerType" />
</div>
<div class="border">
<detailDialog />
<lineChart :pageType="pageType" :list="data" :status="triggerType" :title="title"></lineChart>
<div class="border">
<detailDialog />
<avgChart :pageType="pageType" :list="data" :status="triggerType" :title="title" />
</div>
</div>
</div>
</div>
</template>
<script>
import lineChart from '../chart/lineChart.vue';
import barChart from '../chart/barChart.vue';
import tableShow from '../chart/tableShow.vue';
import detailDialog from '../chart/detailDialog.vue';
import thermalChart from '../chart/thermalChart.vue';
import regionTable from '../chart/regionTable.vue';
import avgChart from '../chart/avgChart.vue';
export default {
name: 'lineUpChart', //
components: {
lineChart,
barChart,
tableShow,
detailDialog,
thermalChart,
regionTable,
avgChart
},
props: ['pageType', 'triggerType', 'data'],
data() {
return {
title: '排队数组件'
};
},
methods: {},
mounted() {}
};
</script>
<style scoped>
.typeContent {
box-sizing: border-box;
}
.border {
width: 100%;
margin-bottom: 20px;
position: relative;
}
</style>

View File

@ -1,135 +0,0 @@
<template>
<!-- 触发类型 -->
<div class="setion">
<p class="chartTitle"><span class="titleIcon"></span> {{ title }}</p>
<div class="typeContent">
<el-card style="width: 150px; margin-bottom: 20px; text-align: center">
<div style="font-size: 30px; font-weight: bold">99</div>
<div style="padding: 14px">
<span>数值</span>
<div class="bottom clearfix">
<time class="time">17:49</time>
<el-button type="text" class="button">操作按钮</el-button>
</div>
</div>
</el-card>
<div v-if="pageType == '断面'" style="margin-bottom: 20px; border: 1px solid #e4e7ed">
<tableShow :msg="data" :type="triggerType" />
</div>
<div v-if="pageType == '区域'">
<regionTable :msg="data" :type="triggerType" />
</div>
<div class="border">
<detailDialog />
<lineChart :title="title" :pageType="pageType" :list="data" :status="triggerType" />
</div>
<div class="border">
<detailDialog />
<avgChart :pageType="pageType" :list="data" :status="triggerType" :title="title" />
</div>
</div>
</div>
</template>
<script>
import lineChart from '../chart/lineChart.vue';
import barChart from '../chart/barChart.vue';
import thermalChart from '../chart/thermalChart.vue';
import tableShow from '../chart/tableShow.vue';
import detailDialog from '../chart/detailDialog.vue';
import regionTable from '../chart/regionTable.vue';
import avgChart from '../chart/avgChart.vue';
export default {
name: 'speedChart', //
props: ['pageType', 'triggerType', 'data'],
// pagetype: || triggerType ||||
components: {
lineChart,
barChart,
tableShow,
detailDialog,
regionTable,
thermalChart,
avgChart
},
data() {
return {
title: '速度组件',
tableData: [
{
steam_id: 0,
timestamp: '2022-10-01 09:15:10.156',
obj_id: 125,
type: 'car',
plate: '苏A0131M',
speed: 35.2,
event: 'in',
lane: 0,
headWay: 6.5
},
{
steam_id: 0,
timestamp: '2022-10-01 09:15:10.156',
obj_id: 125,
type: 'car',
plate: '苏A0131M',
speed: 70.2,
event: 'in',
lane: 0,
headWay: 6.5
},
{
steam_id: 0,
timestamp: '2022-10-01 09:15:10.156',
obj_id: 125,
type: 'car',
plate: '苏A0131M',
speed: 60.2,
event: 'in',
lane: 0,
headWay: 6.5
},
{
steam_id: 0,
timestamp: '2022-10-01 09:15:10.156',
obj_id: 125,
type: 'car',
plate: '苏A0131M',
speed: 60.2,
event: 'in',
lane: 0,
headWay: 6.5
},
{
steam_id: 0,
timestamp: '2022-10-01 09:15:10.156',
obj_id: 125,
type: 'car',
plate: '苏A0131M',
speed: 60.2,
event: 'in',
lane: 0,
headWay: 6.5
}
]
// triggerType: '',
};
},
created() {
// console.log(this.data);
},
methods: {},
mounted() {}
};
</script>
<style scoped>
.typeContent {
box-sizing: border-box;
}
.border {
width: 100%;
margin-bottom: 20px;
position: relative;
}
</style>

View File

@ -1,9 +1,9 @@
<template>
<!-- 触发类型 -->
<div class="setion">
<p class="chartTitle"><span class="titleIcon"></span> {{ title }}</p>
<p class="chartTitle"><span class="titleIcon"></span> {{ componentName }}</p>
<div class="typeContent">
<el-card style="width: 150px; margin-bottom: 20px; text-align: center">
<el-card v-show="echartArr.includes('数值')" style="width: 150px; margin-bottom: 20px; text-align: center">
<div style="font-size: 30px; font-weight: bold">99</div>
<div style="padding: 14px">
<span>数值</span>
@ -13,29 +13,36 @@
</div>
</div>
</el-card>
<div v-if="pageType == '断面'" style="margin-bottom: 20px; border: 1px solid #e4e7ed">
<tableShow :msg="data" :type="triggerType" />
<div v-show="echartArr.includes('表格')">
<div v-if="pageType == '断面'" style="margin-bottom: 20px; border: 1px solid #e4e7ed">
<tableShow :msg="data" :type="triggerType" />
</div>
<div v-if="pageType == '区域'">
<regionTable :msg="data" :type="triggerType" />
</div>
</div>
<div v-if="pageType == '区域'">
<regionTable :msg="data" :type="triggerType" />
</div>
<div class="border">
<div class="border" v-if="echartArr.includes('曲线图')">
<detailDialog />
<lineChart :pageType="pageType" :list="data" :status="triggerType" :title="title" />
</div>
<div class="border">
<detailDialog />
<barChart :pageType="pageType" :list="data" :status="triggerType" :title="title" />
</div>
<div class="border">
<div class="border" v-if="echartArr.includes('饼图')">
<detailDialog />
<pieChart :pageType="pageType" :list="data" :status="triggerType" :title="title" />
</div>
<div class="border" v-if="echartArr.includes('均值图')">
<detailDialog />
<avgChart :pageType="pageType" :list="data" :status="triggerType" :title="title" />
</div>
<div class="border" v-if="echartArr.includes('柱状图')">
<detailDialog />
<barChart :pageType="pageType" :list="data" :status="triggerType" :title="title" />
</div>
</div>
</div>
</template>
<script>
import avgChart from '../chart/avgChart.vue';
import lineChart from '../chart/lineChart.vue';
import barChart from '../chart/barChart.vue';
import tableShow from '../chart/tableShow.vue';
@ -44,14 +51,15 @@ import detailDialog from '../chart/detailDialog.vue';
import regionTable from '../chart/regionTable.vue';
export default {
name: 'typeChart', //
props: ['pageType', 'triggerType', 'data'],
props: ['pageType', 'triggerType', 'data', 'echartArr', 'componentName'],
components: {
lineChart,
barChart,
tableShow,
detailDialog,
regionTable,
pieChart
pieChart,
avgChart
},
data() {
return {

View File

@ -1,45 +1,60 @@
<template>
<div ref="box" class="box" style="height: 100vh">
<div ref="box" class="box">
<!-- <p class="title" style="margin-bottom: 20px;font-size: 20px;font-weight: 400;">数据看板</p> -->
<!-- 01断面 -->
<div class="dataBoard" v-if="activeName == 'second'">
<div class="plate1">
<div class="section" ref="section">
<div ref="sectionContent">
<div>
<p class="board-title">
<span>{{ title1 }}</span>
</p>
<span class="downPull" :class="count2 == true ? 'upActive' : 'active'" @click="sectionHandle()"></span>
</div>
<headWayChart :pageType="'断面'" triggerType="触发" :data="tableData" />
<typeChart :pageType="'断面'" triggerType="触发" :data="tableData" />
<speedChart :pageType="'断面'" triggerType="触发" :data="tableData" />
<flowChart :pageType="'断面'" triggerType="周期统计" :data="sectionList" />
</div>
<div class="dataBoard" v-if="activeName == 'second'" :style="componentList.length > 4 ? 'height:auto' : 'height:1050px'">
<!-- 断面 -->
<div class="plate1">
<div class="section" ref="section" v-for="(s, i) in sectionData" :key="s.analogAreaComponentId">
<template>
<div ref="sectionContent">
<div>
<p class="board-title">
<span>{{ s.title }}</span>
</p>
<span class="downPull1" data-num="1" @click="sectionHandle(i)"></span>
</div>
<div v-for="o in s.children" :key="o.analogAreaComponentId">
<typeChart
:pageType="o.graphicType"
triggerType="触发"
:componentName="o.componentName"
:data="triggerList.length != 0 ? triggerList : tableData"
:echartArr="o.presentationForm"
/>
</div>
</div>
</template>
</div>
</div>
<!-- 区域 -->
<div class="plate2">
<div class="region" ref="region">
<div class="region" ref="region" v-for="(s, i) in regionData" :key="s.analogAreaComponentId">
<div ref="regionContent">
<div>
<p class="board-title">
<span>{{ title2 }}</span>
<span>{{ s.title }}</span>
</p>
<span class="downPull" :class="count1 == true ? 'upActive' : 'active'" @click="regionHandle()"></span>
<span class="downPull" data-num="1" @click="regionHandle(i)"></span>
</div>
<div v-for="o in s.children" :key="o.analogAreaComponentId">
<OD
v-if="o.componentName.includes('OD')"
:pageType="o.graphicType"
triggerType="触发"
:componentName="o.componentName"
:echartArr="o.presentationForm"
/>
<typeChart
v-else
:pageType="o.graphicType"
triggerType="触发"
:componentName="o.componentName"
:data="triggerList.length != 0 ? triggerList : tableData"
:echartArr="o.presentationForm"
/>
</div>
<OD pageType="区域" triggerType="触发" :data="tableData" />
<speedChart pageType="区域" triggerType="触发" :data="tableData" />
<flowChart pageType="区域" triggerType="周期统计" :data="regionList2" />
<lineUpChart pageType="区域" triggerType="触发" :data="tableData" />
<checkChart pageType="区域" triggerType="周期时刻" :data="regionList1" />
<delayChart pageType="区域" triggerType="周期统计" :data="regionList2" />
<congestionChart pageType="区域" triggerType="周期统计" :data="regionList2" />
<headWayChart pageType="区域" triggerType="周期统计" :data="regionList2" />
</div>
</div>
</div>
@ -50,30 +65,24 @@
</template>
<script>
import delayChart from '../../components/target/delayChart.vue';
import speedChart from '../../components/target/speedChart.vue';
import flowChart from '../../components/target/flowChart.vue';
import headWayChart from '../../components/target/headWayChart.vue';
import checkChart from '../../components/target/checkChart.vue';
import lineUpChart from '../../components/target/lineUpChart.vue';
import congestionChart from '../../components/target/congestionChart.vue';
import typeChart from '../../components/target/typeChart.vue';
import OD from '../../components/target/OD.vue';
import { getComponentSection } from '../../api/index';
export default {
components: {
delayChart,
speedChart,
flowChart,
headWayChart,
checkChart,
lineUpChart,
congestionChart,
typeChart,
OD
},
props: {
activeName: {
type: String
},
triggerData: {
type: Array,
default() {
return [];
}
}
},
data() {
@ -300,36 +309,114 @@ export default {
// regionShow: false,
count1: false,
count2: false
count2: false,
idVal: '',
//
componentList: [],
//
triggerList: [],
//
sectionData: [],
//
regionData: []
};
},
created() {},
created() {
// console.log(this.$route.query.id);
// console.log(this.$route.query.id);
this.idVal = this.$route.query.id;
getComponentSection({ VideoId: this.idVal }).then((res) => {
// console.log(res);
if (res.data.code == 200) {
// console.log(res.data.data, '11111111111111111');
this.componentList = res.data.data;
//
var sectionArr = [];
//
var regionArr = [];
res.data.data.forEach((val) => {
if (val.graphicType == '区域') {
regionArr.push(val.combinationName);
regionArr = Array.from(new Set(regionArr));
} else {
sectionArr.push(val.combinationName);
sectionArr = Array.from(new Set(sectionArr));
}
});
this.regionData = regionArr.map((item) => {
item = { title: item, children: [] };
res.data.data.forEach((val) => {
if (item.title == val.combinationName && val.graphicType == '区域') {
item.children.push(val);
}
});
return item;
});
this.sectionData = sectionArr.map((item) => {
item = { title: item, children: [] };
res.data.data.forEach((val) => {
if (item.title == val.combinationName && val.graphicType == '断面') {
item.children.push(val);
}
});
return item;
});
// console.log(this.regionData, 'regionArr');
// console.log(, '111111');
} else if (res.data.code == 404) {
}
});
},
methods: {
//
regionHandle() {
this.count1 = !this.count1;
if (this.count1 == false) {
this.$refs.region.style.height = 50 + 'vh';
this.$refs.box.style.height = '100vh';
} else if (this.count1 == true) {
this.$refs.region.style.height = this.$refs.regionContent.offsetHeight + 30 + 'px';
this.$refs.box.style.height = 'auto';
regionHandle(i) {
//box
let regions = document.querySelectorAll('.region');
let downPulls = document.querySelectorAll('.downPull');
downPulls[i].dataset.num++;
// console.log(downPulls[i].dataset.num);
// datasetid2
if (downPulls[i].dataset.num % 2 == 0) {
downPulls[i].style.cssText = 'transform: rotate(180deg);transition: all 0.5s linear;';
regions[i].style.height = regions[i].firstChild.offsetHeight + 30 + 'px';
} else {
downPulls[i].style.cssText = 'transition: all 0.5s linear;';
regions[i].style.height = '500px';
}
},
//
sectionHandle() {
this.count2 = !this.count2;
if (this.count2 == false) {
this.$refs.section.style.height = 50 + 'vh';
this.$refs.box.style.height = '100vh';
} else if (this.count2 == true) {
this.$refs.section.style.height = this.$refs.sectionContent.offsetHeight + 30 + 'px';
this.$refs.box.style.height = 'auto';
sectionHandle(i) {
let sections = document.querySelectorAll('.section');
let downPulls1 = document.querySelectorAll('.downPull1');
//
downPulls1[i].dataset.num++;
if (downPulls1[i].dataset.num % 2 == 0) {
downPulls1[i].style.cssText = 'transform: rotate(180deg);transition: all 0.5s linear;';
sections[i].style.height = sections[i].firstChild.offsetHeight + 20 + 'px';
} else {
downPulls1[i].style.cssText = 'transition: all 0.5s linear;';
sections[i].style.height = '500px';
}
}
},
mounted() {}
mounted() {},
watch: {
triggerData: {
handler(newVal, oldVal) {
// console.log(newVal, 'newVal');
this.triggerList = newVal;
for (let i = 0; i < this.triggerList.length; i++) {
if (this.triggerList[i].headWay == -1) {
this.triggerList[i].headWay = '';
} else if (this.triggerList[i].lane == -1) {
this.triggerList[i].lane = '';
}
}
},
immediate: true
}
}
};
</script>
@ -339,13 +426,13 @@ export default {
padding: 0;
}
/* .box{
overflow-y: scroll;
/* .box {
overflow-y: scroll;
} */
.dataBoard {
display: flex;
justify-content: space-between;
/* flex-wrap: wrap; */
flex-wrap: wrap;
}
.plate1,
.plate2 {
@ -357,12 +444,16 @@ export default {
border: 1px solid #e4e7ed;
box-sizing: border-box;
padding: 15px;
height: 450px;
height: 500px;
position: relative;
transition: all 1s;
overflow: hidden;
margin-top: 30px;
}
.dataBoard .region:nth-child(1),
.dataBoard .section:nth-child(1) {
margin-top: 0;
}
/* .downUp{
height: 2000px !important;
} */
@ -391,7 +482,8 @@ export default {
right: 0;
}
.downPull {
.downPull,
.downPull1 {
position: absolute;
top: 20px;
right: 17px;

File diff suppressed because it is too large Load Diff