From e3848c892b0e4538f6ed998a43d45197bed0ad0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=9C=8B?= Date: Mon, 26 Feb 2024 10:39:47 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=A1=E8=BE=96=E8=B7=AF=E6=AE=B5,=E8=B7=AF?= =?UTF-8?q?=E6=AE=B5=E9=87=8C=E7=A8=8B=E5=8A=A0km=E5=8D=95=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/JiHeExpressway/components/Card1/index.vue | 2 +- .../views/jurisdictionalManagement/index.vue | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ruoyi-ui/src/views/JiHeExpressway/components/Card1/index.vue b/ruoyi-ui/src/views/JiHeExpressway/components/Card1/index.vue index dc21c63a..fe136d79 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/components/Card1/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/components/Card1/index.vue @@ -6,7 +6,7 @@ {{ item.label }}: - {{ getValue(item.key) }} + {{ getValue(item.key) }}{{ item.suffix }}

diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/jurisdictionalManagement/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/jurisdictionalManagement/index.vue index d5e86e10..ccf5c1e6 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/jurisdictionalManagement/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/businessDataManagement/views/jurisdictionalManagement/index.vue @@ -101,7 +101,8 @@ export default { }, { key: "mileage", - label: "路段里程" + label: "路段里程", + suffix: "km" } ], // data: Array.from({ length: 20 }).map(() => ({ @@ -213,11 +214,11 @@ export default { line-height: 16px; span:first-child { - color: rgba(0, 179, 204, 1)#000; + color: #FFDB82; } span:last-child { - color: rgba(217, 0, 27, 1) + color: #00EBC1; } } }