瀏覽代碼

提交相关代码

Lijy 1 月之前
父節點
當前提交
6dc40cc956
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/tasks/taskCalendar.vue

+ 2 - 2
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/tasks/taskCalendar.vue

@@ -79,8 +79,8 @@ function renderTableData() {
         title: item.taskName,
         // backgroundColor: ['#909399', '#075985', '#67C23A', '#F56C6C'][item.status],
         // borderColor: ['#909399', '#075985', '#67C23A', '#F56C6C'][item.status]
-        backgroundColor: ['#a6a9b0', '#5a8aa5', '#7fbf72', '#e28c8c'][item.status],
-        borderColor: ['#a6a9b0', '#5a8aa5', '#7fbf72', '#e28c8c'][item.status],
+        backgroundColor: ['#a6a9b0', '#3a7fc1', '#7fbf72', '#e28c8c'][item.status],
+        borderColor: ['#a6a9b0', '#3a7fc1', '#7fbf72', '#e28c8c'][item.status],
       }
     })
   }