代码提交

This commit is contained in:
何嘉峣 2023-01-09 17:29:44 +08:00
parent dfa9a739f4
commit 8fbe038503
7 changed files with 14 additions and 12 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

View File

@ -1 +1 @@
{"remainingRequest":"D:\\Hjm项目\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\Hjm项目\\TransFlow\\src\\views\\bounced\\analysisConfiguration.vue","dependencies":[{"path":"D:\\Hjm项目\\TransFlow\\src\\views\\bounced\\analysisConfiguration.vue","mtime":1672989638691},{"path":"D:\\Hjm项目\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\Hjm项目\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"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(\"D:\\\\Hjm项目\\\\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":"D:\\Hjm项目\\TransFlow\\node_modules\\vue-loader\\lib\\index.js??vue-loader-options!D:\\Hjm项目\\TransFlow\\src\\views\\bounced\\analysisConfiguration.vue","dependencies":[{"path":"D:\\Hjm项目\\TransFlow\\src\\views\\bounced\\analysisConfiguration.vue","mtime":1673256022756},{"path":"D:\\Hjm项目\\TransFlow\\node_modules\\cache-loader\\dist\\cjs.js","mtime":499162500000},{"path":"D:\\Hjm项目\\TransFlow\\node_modules\\vue-loader\\lib\\index.js","mtime":499162500000}],"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(\"D:\\\\Hjm项目\\\\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

@ -166,7 +166,7 @@
</el-form> </el-form>
</div> </div>
</div> </div>
<div class="dataBoard"> <div class="dataBoard" v-if="false">
<div class="section"> <div class="section">
<div class="warning"> <div class="warning">
<p class="board-title">识别区域</p> <p class="board-title">识别区域</p>
@ -195,7 +195,7 @@
</el-form> </el-form>
</div> </div>
</div> </div>
<div class="dataBoard"> <div class="dataBoard" v-if="false">
<div class="section"> <div class="section">
<div class="warning"> <div class="warning">
<p class="board-title">轨迹平滑</p> <p class="board-title">轨迹平滑</p>
@ -241,10 +241,12 @@
<el-form-item label="车牌识别开关:"> <el-form-item label="车牌识别开关:">
<el-switch v-model="licensePlateform.licensePlateClose"></el-switch> <el-switch v-model="licensePlateform.licensePlateClose"></el-switch>
</el-form-item> </el-form-item>
<div style="width: 100%; height: 400px; margin-bottom: 10px" v-if="licensePlateform.licensePlateClose == true"> <!-- <div style="width: 100%; height: 400px; margin-bottom: 10px" v-if="licensePlateform.licensePlateClose == true"> -->
<div style="width: 100%; height: 400px; margin-bottom: 10px" v-if="false">
<iframe id="mapModule" src="./VideoWeb/index.html" frameborder="0" style="width: 100%; height: 100%"></iframe> <iframe id="mapModule" src="./VideoWeb/index.html" frameborder="0" style="width: 100%; height: 100%"></iframe>
</div> </div>
<el-table border :data="licensePlateTableData" v-if="licensePlateform.licensePlateClose == true"> <!-- <el-table border :data="licensePlateTableData" v-if="licensePlateform.licensePlateClose == true"> -->
<el-table border :data="licensePlateTableData" v-if="false">
<el-table-column prop="sectionPlate" label="断面号牌" align="center"> <el-table-column prop="sectionPlate" label="断面号牌" align="center">
<template slot-scope="scope"> <template slot-scope="scope">
<el-input <el-input
@ -346,7 +348,7 @@
label="速度" label="速度"
></el-input-number> ></el-input-number>
</el-form-item> </el-form-item>
<el-form-item label="加速度:"> <el-form-item label="加速度:" v-if="false">
<el-input-number <el-input-number
v-model="stopStateform.acceleration" v-model="stopStateform.acceleration"
@change="handleChange" @change="handleChange"
@ -361,7 +363,7 @@
</div> </div>
</div> </div>
</div> </div>
<div class="dataBoard"> <div class="dataBoard" v-if="false">
<div class="section"> <div class="section">
<div class="warning"> <div class="warning">
<p class="board-title">通信设置</p> <p class="board-title">通信设置</p>