Commit 3d023a1f by 叶富雄

调整

parent 4484c30b
......@@ -34,7 +34,13 @@
</div>
<div class="zj" @click="queryNewTable(1)">
<div class="a">
<div class="zt">勘察案件数</div>
<div class="zt" style="width: 100%;display: flex;justify-content: space-between">
<div style="width: 120px;">勘察案件数</div>
<div style="flex: 1">
<div style="color: rgb(153 153 153);font-size: 15px;font-weight: 400">按时勘察率: <i style="color: #34c759">{{ Number(shuju.askcxl * 100).toFixed(2) }}%</i></div>
<div style="color: rgb(153 153 153);font-size: 15px;font-weight: 400">超时勘察率: <i style="color: #34c759">{{ Number(shuju.cskcxl * 100).toFixed(2) }}%</i></div>
</div>
</div>
<span class="sz">{{ shuju.ykczs }}</span>
</div>
<div class="kc">
......
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