|
|
@@ -178,13 +178,15 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
return common_vendor.e({
|
|
|
a: common_vendor.o(($event) => _ctx.deleteWork(index), index),
|
|
|
b: common_vendor.t(item.company),
|
|
|
- c: common_vendor.t(item.positionName || item.position || "工作经历"),
|
|
|
- d: item.time || item.startTime
|
|
|
+ c: item.isHidden === 1 || item.isHidden === true
|
|
|
+ }, item.isHidden === 1 || item.isHidden === true ? {} : {}, {
|
|
|
+ d: common_vendor.t(item.positionName || item.position || "工作经历"),
|
|
|
+ e: item.time || item.startTime
|
|
|
}, item.time || item.startTime ? {
|
|
|
- e: common_vendor.t(item.startTime ? item.startTime + "—" + (item.endTime ? item.endTime : "至今") : item.time)
|
|
|
+ f: common_vendor.t(item.startTime ? item.startTime + "—" + (item.endTime ? item.endTime : "至今") : item.time)
|
|
|
} : {}, {
|
|
|
- f: index,
|
|
|
- g: common_vendor.o(($event) => _ctx.editWork(index), index)
|
|
|
+ g: index,
|
|
|
+ h: common_vendor.o(($event) => _ctx.editWork(index), index)
|
|
|
});
|
|
|
}),
|
|
|
i: common_vendor.o((...args) => _ctx.addProject && _ctx.addProject(...args)),
|