From e7d090d75db2cc7fea1d62536532548963ae9b02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AD=A3=E6=98=93?= Date: Mon, 23 Sep 2024 15:00:39 +0800 Subject: [PATCH] 1 --- src/views/PBL/dataScreen/index.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/PBL/dataScreen/index.vue b/src/views/PBL/dataScreen/index.vue index b8da1b1..7163272 100644 --- a/src/views/PBL/dataScreen/index.vue +++ b/src/views/PBL/dataScreen/index.vue @@ -16,9 +16,8 @@
-
-
- {{ '7444269' }} +
+ {{ '7444269' }}
@@ -68,6 +67,9 @@ function getStatusExplain(status) { function getStatusClass(status) { return status === 0 ? ' background-red' : ''; } +function boxSelecExplain(status) { + return status % 2 !== 0; +} function boxSelectClass(status) { return status % 2 === 0 ? ' box' : 'box-select'; }