diff --git a/src/views/growthpath/GrowthPath.vue b/src/views/growthpath/GrowthPath.vue index be91401a..b1bd6bbd 100644 --- a/src/views/growthpath/GrowthPath.vue +++ b/src/views/growthpath/GrowthPath.vue @@ -496,6 +496,9 @@ export default { width: 100, align: "center", ellipsis: true, + customRender: ({ record }) => { + return `${record.stdPositionName}(${record.stdPosition})`; + }, }, { title: "任职资格等级",