同步现场代码

This commit is contained in:
GGJ
2024-06-05 17:01:09 +08:00
parent 471ce2a4b8
commit f5cadce4fe
5 changed files with 71 additions and 27 deletions

View File

@@ -52,7 +52,8 @@
: ''
}"
>
{{ assessList.level }}
{{ assessList.score }}
<!-- {{ assessList.level }} -->
</span>
</div>
<div class="evaluate">
@@ -80,7 +81,7 @@
: ''
}"
>
{{ item.level }}
{{ item.score }}
</div>
</div>
</div>
@@ -206,15 +207,15 @@
</el-col>
<el-col :span="11" class="col pt10" :offset="0.5">
<div>
<span>异常问题总数</span>
<span>工单总是</span>
<span style="color: #2dcd28">0</span>
</div>
<div>
<span style="width: 120px">关联工单数</span>
<span style="width: 120px">处理工单数</span>
<span style="color: #81b337">0</span>
</div>
<div>
<span style="width: 120px"> 工单转换</span>
<span style="width: 120px"> 工单处置</span>
<span style="color: #338dff">0%</span>
</div>
</el-col>