From b2177abe2088669ec6d3d2dc63390d6d4e2836e4 Mon Sep 17 00:00:00 2001 From: NiSen Date: Thu, 25 Jan 2024 10:35:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=9C=E8=89=B2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/study/Growth.vue | 38 +++++++++++++++++++++++--------------- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/src/views/study/Growth.vue b/src/views/study/Growth.vue index 1b08e98a..cab23221 100644 --- a/src/views/study/Growth.vue +++ b/src/views/study/Growth.vue @@ -27,9 +27,17 @@ top: getPosition(item.name, index).top + 'px' }">
-
+
{{ item.progress }}%
+
+ + + +
{{ item.title }}
@@ -102,8 +110,8 @@ export default { return { showUClass: false, colorAttrValue: { - 0: ['#EE6357', "#CE4522"], - 1: ["#b8e3b8", "#8bc94b"], + 0: ['#f1c9c3', "#e27166"], + 1: ["#b8e3b8", "#8ac84a"], 2: ['#FFD04B', '#FBA944'] }, iconAttrs: { @@ -120,11 +128,11 @@ export default { positions: [ { left: 656, top: 594 }, { left: 323, top: 560 }, - { left: 436, top: 360 }, - { left: 904, top: 334 }, - { left: 990, top: 56 }, - { left: 0, top: 0 }, - { left: 0, top: 0 }, + { left: 118, top: 426 }, + { left: 504, top: 360 }, + { left: 904, top: 336 }, + { left: 1200, top: 190 }, + { left: 988, top: 56 }, ] }, }, @@ -200,42 +208,42 @@ export default { this.dataList = [{ name: '路径图背景7', progress: '99', - title: '岗前培训+OJT辅导OJT辅导OJT辅导OJT辅导OJT辅导', + title: '特训营/校招GROW180/社招入职', status: 0 }, { name: '路径图背景7', progress: '10', - title: '岗前培JT辅导OJT辅导', + title: '入模培训', status: 2 }, { name: '路径图背景7', progress: '10', - title: '岗前', + title: '岗前培训+OJT辅导', status: 1 }, { name: '路径图背景7', progress: '10', - title: '岗位', + title: 'BOE薪酬福利体系', status: 0 }, { name: '路径图背景7', progress: '10', - title: '岗前岗前', + title: 'PDCA循环工作法', status: 1 }, { name: '路径图背景7', progress: '10', - title: '岗前岗前', + title: '如何让沟通更有效率', status: 2 }, { name: '路径图背景7', progress: '10', - title: '岗前岗前', + title: '商务邮件撰写技巧', status: 1 }] return false