Browse Source

bug

wangqin
zhoule 7 months ago
parent
commit
909ad9f96f
  1. 36
      ruoyi-ui/src/views/JiHeExpressway/pages/control/event/dispatch/EventDetailDialog/Carousel/index.vue
  2. 2
      ruoyi-ui/src/views/JiHeExpressway/pages/control/event/dispatch/EventDetailDialog/index.vue

36
ruoyi-ui/src/views/JiHeExpressway/pages/control/event/dispatch/EventDetailDialog/Carousel/index.vue

@ -25,24 +25,24 @@ export default {
data() { data() {
return { return {
carouselItems: [ carouselItems: [
{ // {
"imageURL": "shareWith/message-active.svg" // "imageURL": "shareWith/message-active.svg"
}, // },
{ // {
"imageURL": "shareWith/message.svg" // "imageURL": "shareWith/message.svg"
}, // },
{ // {
"imageURL": "shareWith/website-active.svg" // "imageURL": "shareWith/website-active.svg"
}, // },
{ // {
"imageURL": "shareWith/website.svg" // "imageURL": "shareWith/website.svg"
}, // },
{ // {
"imageURL": "shareWith/weChat-active.svg" // "imageURL": "shareWith/weChat-active.svg"
}, // },
{ // {
"imageURL": "shareWith/weChat-active.svg" // "imageURL": "shareWith/weChat-active.svg"
} // }
], ],
settings: { settings: {
infinite: true, infinite: true,

2
ruoyi-ui/src/views/JiHeExpressway/pages/control/event/dispatch/EventDetailDialog/index.vue

@ -1,5 +1,5 @@
<template> <template>
<Dialog v-model="modelVisible" title="事件详情" width="885px"> <Dialog v-model="modelVisible" title="事件详情" width="885px" top="7%">
<div class="EventDetail"> <div class="EventDetail">
<Form :formList="formList" :dFormData="formData" label-width="100px" /> <Form :formList="formList" :dFormData="formData" label-width="100px" />

Loading…
Cancel
Save