Browse Source

完善bug

wangqin
zhangzhang 7 months ago
parent
commit
7785b41551
  1. 8
      ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DisposalProcess/index.vue
  2. 4
      ruoyi-ui/src/views/JiHeExpressway/pages/control/manual/statistic/components/Sitefiltering/index.vue
  3. 12
      ruoyi-ui/src/views/JiHeExpressway/pages/control/manual/statistic/components/Sitefiltering/trafficIncidentsChartsPie.js

8
ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DisposalProcess/index.vue

@ -70,7 +70,7 @@
> >
<el-button class="input">点击上传</el-button> <el-button class="input">点击上传</el-button>
</el-upload> </el-upload>
<ElSelect v-model="context" clearable placeholder="请选择常用语"> <ElSelect v-model="text" clearable placeholder="请选择常用语">
<ElOption <ElOption
v-for="item in phrasesOptions" v-for="item in phrasesOptions"
:key="item" :key="item"
@ -141,6 +141,7 @@ export default {
options: [], options: [],
processId: "", processId: "",
context: "", context: "",
text: "",
phrasesOptions: [], phrasesOptions: [],
headers: { headers: {
Authorization: "Bearer " + getToken(), Authorization: "Bearer " + getToken(),
@ -161,6 +162,11 @@ export default {
} }
}); });
}, },
text(newVlaue, oldValue) {
if (newVlaue) {
this.context = newVlaue;
}
},
}, },
methods: { methods: {
filterDistance(distance) { filterDistance(distance) {

4
ruoyi-ui/src/views/JiHeExpressway/pages/control/manual/statistic/components/Sitefiltering/index.vue

@ -191,8 +191,8 @@ export default {
drawRoundRect(context, 385, 372, 320, 24, 10, gr); drawRoundRect(context, 385, 372, 320, 24, 10, gr);
drawRoundRect(context, 385, 406, 320, 24, 10, gr); drawRoundRect(context, 385, 406, 320, 24, 10, gr);
drawRoundRect(context, 385, 440, 320, 24, 10, gr); drawRoundRect(context, 385, 440, 320, 24, 10, gr);
drawRoundRect(context, 385, 474, 320, 24, 10, gr); // drawRoundRect(context, 385, 474, 320, 24, 10, gr);
drawRoundRect(context, 385, 510, 320, 24, 10, gr); // drawRoundRect(context, 385, 510, 320, 24, 10, gr);
await this.getNonAutomaticWarningFacility(this.formData); await this.getNonAutomaticWarningFacility(this.formData);
}); });
}); });

12
ruoyi-ui/src/views/JiHeExpressway/pages/control/manual/statistic/components/Sitefiltering/trafficIncidentsChartsPie.js

@ -11,18 +11,6 @@ let colors = [
"#05E599", "#05E599",
"#219F73", "#219F73",
"#7CEDD5", "#7CEDD5",
"#4278F8",
"#5372C4",
"#0046FF",
"#FB9434",
"#854101",
"#05E599",
"#219F73",
"#7CEDD5",
"#854101",
"#05E599",
"#219F73",
"#7CEDD5",
]; ];
var legendData = []; var legendData = [];

Loading…
Cancel
Save