|
|
@ -39,8 +39,10 @@ import Button from "@screen/components/Buttons/Button.vue"; |
|
|
|
import Descriptions from "@screen/components/Descriptions.vue"; |
|
|
|
import BroadcastReleases from "./components/BroadcastReleases.vue"; |
|
|
|
import Video from "@screen/components/Video"; |
|
|
|
import { DeviceTypeEnum } from "@screen/utils/enum.js"; |
|
|
|
|
|
|
|
const DeviceTypeEnum = { |
|
|
|
0: "异常", |
|
|
|
1: "正常", |
|
|
|
}; |
|
|
|
import { |
|
|
|
getRoadInfoByStakeMark, |
|
|
|
getOrganizationName, |
|
|
|