diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/HomeFrameControl/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/HomeFrameControl/index.vue index efa2a0ac..5bbd9a78 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/HomeFrameControl/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/Home/components/HomeFrameControl/index.vue @@ -9,12 +9,15 @@
批量控制
+ + +
@@ -256,7 +259,9 @@ export default { } }, methods: { - + cancelClick() { + this.activeIcon = null; + }, handleClick(type) { console.log("type: ", type); this.activeIcon = this.activeIcon === type ? null : type;