Browse Source

修改首页提交

wangqin
Joe 10 months ago
parent
commit
a7544d065c
  1. 2
      ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/HomeFilter/index.vue
  2. 6
      ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DispatchLiaison/index.vue

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

@ -10,7 +10,7 @@
<div class="title"> <div class="title">
设备筛选 设备筛选
</div> </div>
<Form labelWidth="72px" column="1" class="form" ref="FormConfigRef" :formList="formList" /> <Form labelWidth="90px" column="1" class="form" ref="FormConfigRef" :formList="formList" />
<div class="footer"> <div class="footer">
<Button style="background-color: rgba(0, 179, 204, .3);" @click.native="handleResetForm"> <Button style="background-color: rgba(0, 179, 204, .3);" @click.native="handleResetForm">

6
ruoyi-ui/src/views/JiHeExpressway/pages/control/event/commandDispatch/Cards/DispatchLiaison/index.vue

@ -1,7 +1,7 @@
<template> <template>
<Card class='DispatchLiaison' title="调度联络"> <Card class='DispatchLiaison' title="调度联络">
<template #title-suffix> <template #title-suffix>
<ButtonGradient class="title-button"> <ButtonGradient class="title-button" @click.native="handleClick">
调度 调度
</ButtonGradient> </ButtonGradient>
</template> </template>
@ -76,6 +76,10 @@ export default {
}, },
] ]
} }
},
methods: {
handleClick() {
}
} }
} }
</script> </script>

Loading…
Cancel
Save