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'; }