From c5e974e8aaa2c5dda67b772f24ac57202f64e893 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Tue, 9 Jul 2024 17:29:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BE=8B=E6=89=8B=E6=9C=BA=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/learnPath/allPath.vue | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/pages/learnPath/allPath.vue b/pages/learnPath/allPath.vue index 878d0c1..99ff677 100644 --- a/pages/learnPath/allPath.vue +++ b/pages/learnPath/allPath.vue @@ -26,14 +26,30 @@ - - + + - +
- {{ item.title }} + + {{ item.title }}
{{ item.isOtherPosition == 1 ? item.positionName + '(' + item.organizationName + ')' : item.positionName }} + + {{ item.isOtherPosition == 1 ? item.positionName + '(' + item.organizationName + ')' : item.positionName }} + +