Browse Source

feat: 个人画像

lixiangrui 1 month ago
parent
commit
777862fc28
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/portraitManagement/employeeProfile/index.vue

+ 3 - 3
src/views/portraitManagement/employeeProfile/index.vue

@@ -536,7 +536,7 @@ const examScoreStyle = (score) => {
536
 }
536
 }
537
 
537
 
538
 const radarColor = computed(() => {
538
 const radarColor = computed(() => {
539
-  return { line: '#EEBE7C',  fill: 'rgba(246, 238, 202, 0.8)', label: '#000' }
539
+  return { line: '#EEBE7C',  fill: 'rgba(246, 238, 202, 1)', label: '#000' }
540
 })
540
 })
541
 
541
 
542
 const tipRef = ref(null)
542
 const tipRef = ref(null)
@@ -553,9 +553,9 @@ const initChart = () => {
553
       indicator: dims.map(d => ({ name: d.name + '\n\n' + d.score, max: 100 })),
553
       indicator: dims.map(d => ({ name: d.name + '\n\n' + d.score, max: 100 })),
554
       center: ['50%', '52%'],
554
       center: ['50%', '52%'],
555
       radius: '65%',
555
       radius: '65%',
556
-      splitNumber: 7,
556
+      splitNumber: 8,
557
       axisLine: { lineStyle: { color: '#ccc' } },
557
       axisLine: { lineStyle: { color: '#ccc' } },
558
-      splitLine: { lineStyle: { color: ['#fe4322', '#fe4322', '#fe4322', '#fe4322', '#fe4322', '#fe4322', '#28ABE2', '#8EC742'], width: 3  } },
558
+      splitLine: { lineStyle: { color: ['#ccc', '#ccc', '#ccc', '#ccc', '#ccc', '#ccc', '#fe4322', '#8EC742', '#ccc'], width: 3  } },
559
       splitArea: { show: false },
559
       splitArea: { show: false },
560
       axisName: {
560
       axisName: {
561
         color: '#000',
561
         color: '#000',