소스 검색

常规消缺

Koishi 1 일 전
부모
커밋
c754bda5c2
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      src/views/SandTable/SandTable.vue
  2. 1 1
      src/views/economicsOperation/homePage/components/pieChart.vue

+ 2 - 2
src/views/SandTable/SandTable.vue

@@ -275,8 +275,8 @@
             <RadarPieChart
               height="18vh"
               :list="probChartDataLH"
-              :title="probPC ? '故障频次情况' : '故障时长情况'"
-              :unit="probPC ? '次' : '秒'"
+              :title="probPC2 ? '故障频次情况' : '故障时长情况'"
+              :unit="probPC2 ? '次' : '秒'"
             />
           </template>
         </PanelSandToolbar>

+ 1 - 1
src/views/economicsOperation/homePage/components/pieChart.vue

@@ -226,7 +226,7 @@ export default {
             type: "pie",
             radius: [0, 80],
             center: ["35%", "50%"],
-            roseType: "area",
+            // roseType: "area",
             label: {
               normal: {
                 color: "#fff",