浏览代码

常规消缺

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",