From 7bab4fcbb366f64a83b64086b2ac07d44c6bd6d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=9C=E7=AC=99=E6=AD=8C?= <2277317060@qq.com> Date: Sat, 16 Mar 2024 17:47:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index_v1.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/index_v1.vue b/src/views/index_v1.vue index 99a3244..4826bfe 100644 --- a/src/views/index_v1.vue +++ b/src/views/index_v1.vue @@ -456,7 +456,7 @@ export default { let date1 = new Date(row.PLAN_DATE).getTime() let date2 = new Date(date).getTime() if ((date2 - date1) === (1000 * 60 * 60 * 24)) { - return {'background-color': 'yellow', color: '#fff'}; + return {'background-color': 'yellow', color: '#000'}; } if (row.STATUS === 1) { return {'background-color': 'red', color: '#fff'};