【update】-WP29会议的颜色不对
This commit is contained in:
@@ -133,14 +133,14 @@ export default {
|
||||
let newArr = []
|
||||
arrayData.forEach((item) => {
|
||||
if (item.orgType == 'GR') {
|
||||
item.status = '#069F99'
|
||||
item.textColor = '#FFFFFF'
|
||||
} else if (item.orgType == 'IWG') {
|
||||
item.status = '#47858C'
|
||||
item.textColor = '#FFFFFF'
|
||||
} else {
|
||||
} else if (item.orgType == 'IWG') {
|
||||
item.status = '#9DBDB7'
|
||||
item.textColor = '#FFFFFF'
|
||||
} else {
|
||||
item.status = '#069F99'
|
||||
item.textColor = '#FFFFFF'
|
||||
}
|
||||
newArr.push({
|
||||
start: this.dealWithTime(item.time),
|
||||
|
||||
Reference in New Issue
Block a user