Browse Source

提交

wangqin
Joe 10 months ago
parent
commit
d0937a323b
  1. 2
      ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/PerceiveEvent/index.vue
  2. 2
      ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/index.vue

2
ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/Dialogs/PerceiveEvent/index.vue

@ -7,7 +7,7 @@
</div> </div>
<template #footer> <template #footer>
<Button>操作</Button> <Button></Button>
<Button style="background-color: rgba(0, 179, 204, 0.3);" @click.native="obverseVisible = false">取消</Button> <Button style="background-color: rgba(0, 179, 204, 0.3);" @click.native="obverseVisible = false">取消</Button>
<Button @click.native="updateEvent" :loading="btnLoading">确定</Button> <Button @click.native="updateEvent" :loading="btnLoading">确定</Button>
</template> </template>

2
ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/RoadAndEvents/index.vue

@ -38,7 +38,7 @@ import { debounce } from "lodash";
import { eventMap, cacheRemoveFunc, getHandleDeviceType } from "./utils/buttonEvent"; import { eventMap, cacheRemoveFunc, getHandleDeviceType } from "./utils/buttonEvent";
import Bg1 from "@screen/components/Decorations/bg-1.vue" import Bg1 from "@screen/components/Decorations/bg-1.vue"
import InfoBoard from "./../InfoBoard" import InfoBoard from "./../InfoBoard/index.vue"
import DrivingGuidance from "./../Dialogs/DrivingGuidance/index.vue" import DrivingGuidance from "./../Dialogs/DrivingGuidance/index.vue"
import Camera from "./../Dialogs/Camera/index.vue"; import Camera from "./../Dialogs/Camera/index.vue";

Loading…
Cancel
Save