diff --git a/src/views/index_v1.vue b/src/views/index_v1.vue index a96d96b..b68964d 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'};