|
@@ -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();
|
|
|
|