|
@@ -227,8 +227,12 @@ const getTypicalData = (row, expData) => {
|
|
|
career_path: expData ? expData.map(e => {
|
|
|
return {
|
|
|
hotel_zh: e?.enterpriseName || null,
|
|
|
+ hotel_en: null,
|
|
|
title_zh: e?.positionName || null,
|
|
|
- date: e?.startTime ? timesTampChange(e.startTime, 'Y-M-D') : null
|
|
|
+ title_en: null,
|
|
|
+ date: e?.startTime ? timesTampChange(e.startTime, 'Y-M-D') : null,
|
|
|
+ source: null,
|
|
|
+ image_path: null
|
|
|
}
|
|
|
}) : null
|
|
|
}
|