Explorar el Código

feat: 个人画像

lixiangrui hace 1 mes
padre
commit
777862fc28
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  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 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 542
 const tipRef = ref(null)
@@ -553,9 +553,9 @@ const initChart = () => {
553 553
       indicator: dims.map(d => ({ name: d.name + '\n\n' + d.score, max: 100 })),
554 554
       center: ['50%', '52%'],
555 555
       radius: '65%',
556
-      splitNumber: 7,
556
+      splitNumber: 8,
557 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 559
       splitArea: { show: false },
560 560
       axisName: {
561 561
         color: '#000',