|
|
@ -27,6 +27,7 @@ import { Message } from "element-ui"; |
|
|
|
import { WarningTypeList, WarningSubclassList } from "@screen/utils/enum.js" |
|
|
|
// import { getRoadInfoByStakeMark, getProduct } from "@screen/pages/Home/components/RoadAndEvents/utils/httpList.js" |
|
|
|
import { dialogDelayVisible } from "./../mixin" |
|
|
|
import { LaneOccupancyList } from "@screen/utils/enum.js" |
|
|
|
|
|
|
|
// 感知事件 |
|
|
|
export default { |
|
|
@ -109,28 +110,7 @@ export default { |
|
|
|
type: "RadioGroup", |
|
|
|
options: { |
|
|
|
activeColor: "linear-gradient(180deg, #37E7FF 0%, #009BCC 100%)", |
|
|
|
options: [ |
|
|
|
{ |
|
|
|
key: "0", |
|
|
|
label: "应急", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "1", |
|
|
|
label: "行1", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "2", |
|
|
|
label: "行2", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "3", |
|
|
|
label: "行3", |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: "4", |
|
|
|
label: "行4", |
|
|
|
}, |
|
|
|
], |
|
|
|
options: LaneOccupancyList, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|