|
@@ -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],
|
|
|
}
|
|
|
})
|
|
|
}
|