fix(#732): zhaoyun (文件合入)
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
{{ statistics.drugClosedRate }}%
|
||||
</div>
|
||||
<el-progress
|
||||
:percentage="Number(statistics.drugClosedRate) || 0"
|
||||
:stroke-width="8"
|
||||
/>
|
||||
</div>
|
||||
@@ -36,6 +37,7 @@
|
||||
{{ statistics.labClosedRate }}%
|
||||
</div>
|
||||
<el-progress
|
||||
:percentage="Number(statistics.labClosedRate) || 0"
|
||||
:stroke-width="8"
|
||||
/>
|
||||
</div>
|
||||
@@ -54,6 +56,7 @@
|
||||
{{ statistics.examClosedRate }}%
|
||||
</div>
|
||||
<el-progress
|
||||
:percentage="Number(statistics.examClosedRate) || 0"
|
||||
:stroke-width="8"
|
||||
/>
|
||||
</div>
|
||||
@@ -72,6 +75,7 @@
|
||||
{{ statistics.treatmentClosedRate }}%
|
||||
</div>
|
||||
<el-progress
|
||||
:percentage="Number(statistics.treatmentClosedRate) || 0"
|
||||
:stroke-width="8"
|
||||
/>
|
||||
</div>
|
||||
@@ -152,6 +156,7 @@
|
||||
>
|
||||
<template #default="scope">
|
||||
<el-progress
|
||||
:percentage="Number(scope.row.closedRate) || 0"
|
||||
:stroke-width="12"
|
||||
/>
|
||||
</template>
|
||||
@@ -381,10 +386,4 @@ onMounted(() => {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
</style>
|
||||
|
||||
:percentage="Number(statistics.drugClosedRate) || 0"
|
||||
:percentage="Number(statistics.labClosedRate) || 0"
|
||||
:percentage="Number(statistics.examClosedRate) || 0"
|
||||
:percentage="Number(statistics.treatmentClosedRate) || 0"
|
||||
:percentage="Number(scope.row.closedRate) || 0"
|
||||
</style>
|
||||
Reference in New Issue
Block a user