Browse Source

标准处置流程

citygis-lhh 3 weeks ago
parent
commit
d123ae2201
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/views/right/components/reportHandle/comp/riskHandleBottom.vue

+ 3 - 2
src/views/right/components/reportHandle/comp/riskHandleBottom.vue

@@ -7,14 +7,14 @@
           <rightSecondTitleContent class="title-box" title="初次报告" />
           <div class="circle-box">
             <span class="text">及时率</span>
-            <el-progress class="circle" type="circle" :percentage="70" />
+            <MyProgress :value="78" backgroundColor="#2d4c7f" gradient-start="rgba(80, 224, 255, 0.5)" gradient-end="rgba(80, 224, 255, 1)" text-color="#ffffff" stroke-width="8" size="60" ></MyProgress>
           </div>
         </div>
         <div class="top-data-box-right">
           <rightSecondTitleContent class="title-box" title="初次报告" />
           <div class="circle-box">
             <span class="text">及时率</span>
-            <el-progress class="circle" type="circle" :percentage="70" />
+            <MyProgress :value="78" backgroundColor="#2d4c7f" gradient-start="rgba(255, 201, 9, 0.5)" gradient-end="rgba(255, 201, 9, 1)" text-color="#ffffff" stroke-width="8" size="60" ></MyProgress>
           </div>
         </div>
       </div>
@@ -85,6 +85,7 @@ import rightMinTitleContent from "../../common/RightMinTitleContent.vue";
 import rightSecondTitleContent from "../../common/rightSecondTitleContent.vue";
 import { useRightPanelStore } from "../../../../../store/rightPanel";
 import { YuanLineOption } from "../../../echarts/echartsOption";
+import MyProgress from "../../../../left/modules/common/MyProgress.vue";
 
 const rightPanelStore = useRightPanelStore();