From a0e2188b2486fba5801b1c63296379c09bcaf0a9 Mon Sep 17 00:00:00 2001 From: hui <770260999@qq.com> Date: Fri, 26 Apr 2024 20:05:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../strategy/components/AddNEditDialog.vue | 7 +-- .../device/strategy/components/TaskItem.vue | 12 ++++-- .../strategy/components/taskEditDialog.vue | 26 +++++++---- .../strategy/components/timeEditDialog.vue | 2 +- .../views/JiHeExpressway/utils/api/batch.js | 43 +++++++++++++++---- 5 files changed, 64 insertions(+), 26 deletions(-) diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/control/device/strategy/components/AddNEditDialog.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/control/device/strategy/components/AddNEditDialog.vue index 24bcda46..8f9733ea 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/control/device/strategy/components/AddNEditDialog.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/control/device/strategy/components/AddNEditDialog.vue @@ -25,7 +25,7 @@ 新增任务组
- +
@@ -39,6 +39,7 @@
+ @@ -358,13 +359,13 @@ export default { } } .all_groups{ + border: 1px solid #09B; max-height:500px; overflow-y: scroll; } .task_group{ - border: 1px solid #09B; .task_info{ - padding:10px 0; background: #005070; + padding:10px 0; background: #004050; .time_show{ color: #0AC; } diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/control/device/strategy/components/TaskItem.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/control/device/strategy/components/TaskItem.vue index 90d4876a..03c4daf5 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/control/device/strategy/components/TaskItem.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/control/device/strategy/components/TaskItem.vue @@ -2,7 +2,6 @@
- 设备类型: {{ deviceTypeDic[editData.deviceType].label }}
@@ -19,7 +18,7 @@