Pārlūkot izejas kodu

修改3d饼状图比例

zpf 11 mēneši atpakaļ
vecāks
revīzija
88035f16f6
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/views/cockpit/tdsy.vue

+ 1 - 1
src/views/cockpit/tdsy.vue

@@ -192,7 +192,7 @@ export default {
         { name: "未供应", value: store.state.cockpit_tdgy.gy_jd_info.pieData.wgy },
         { name: "未供应", value: store.state.cockpit_tdgy.gy_jd_info.pieData.wgy },
         { name: "已划拨", value: store.state.cockpit_tdgy.gy_jd_info.pieData.yhb },
         { name: "已划拨", value: store.state.cockpit_tdgy.gy_jd_info.pieData.yhb },
         { name: "已出让", value: store.state.cockpit_tdgy.gy_jd_info.pieData.ycr },
         { name: "已出让", value: store.state.cockpit_tdgy.gy_jd_info.pieData.ycr },
-      ]);
+      ], 0.2);
     },
     },
     async init_tdgy_jt_jg(params) {
     async init_tdgy_jt_jg(params) {
       const that = this;
       const that = this;