From 89b2ee6e3517870508d67ebce468a554489f7b50 Mon Sep 17 00:00:00 2001 From: Pengxiansen <2422914688@qq.com> Date: Tue, 18 Feb 2025 18:52:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/growthpath/GrowthPath.vue | 3 +++ 1 file changed, 3 insertions(+) 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: "任职资格等级",