Commit b8e93aa8 authored by 陈明豪's avatar 陈明豪

检查管理-平台权限

parent e44b2d3e
...@@ -124,21 +124,17 @@ ...@@ -124,21 +124,17 @@
<div class="rank_hospital_name_font"> <div class="rank_hospital_name_font">
<overlong-tool :text="item.hospitalName" :max="30" /> <overlong-tool :text="item.hospitalName" :max="30" />
</div> </div>
<el-row> <div style="display: flex">
<el-col :span="19"> <el-progress
<el-progress :percentage="item.total/hospitalPrestoredRank[0].total*100"
:percentage="item.total/hospitalPrestoredRank[0].total*100" :stroke-width="9"
:stroke-width="9" :show-text="false"
:show-text="false" class="prestoredRankProgress"
class="prestoredRankProgress" />
/> <div class="prestoredRankFont">
</el-col> {{ item.total }}
<el-col :span="5"> </div>
<div class="prestoredRankFont"> </div>
{{ item.total }}
</div>
</el-col>
</el-row>
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment