11
This commit is contained in:
@@ -850,8 +850,8 @@ export default {
|
||||
// 获取平台颜色
|
||||
getPlatformColor(platformType) {
|
||||
const colorMap = {
|
||||
'1': 'blue',
|
||||
'2': 'green'
|
||||
'boss': 'blue',
|
||||
'liepin': 'green'
|
||||
}
|
||||
return colorMap[platformType] || 'default'
|
||||
},
|
||||
@@ -859,8 +859,8 @@ export default {
|
||||
// 获取平台文本
|
||||
getPlatformText(platformType) {
|
||||
const textMap = {
|
||||
'1': 'Boss直聘',
|
||||
'2': '猎聘'
|
||||
'boss': 'Boss直聘',
|
||||
'liepin': '猎聘'
|
||||
}
|
||||
return textMap[platformType] || platformType || '-'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user