|
@@ -34,7 +34,7 @@
|
|
|
<div style="margin-bottom: 0px">
|
|
|
<span class="fontWeight">{{ item.type }}</span>数据
|
|
|
</div>
|
|
|
- <div style="margin-top: 0px;color: #333;">本月{{ item.type }}<span style="font-weight: 500">{{ item.total }}</span>次</div>
|
|
|
+ <div style="margin-top: 0px;color: #333;">本月{{ item.type }}<span style="font-weight: 600">{{ item.total }}</span>次</div>
|
|
|
<div
|
|
|
v-for="(elm, elmIndex) in item.subClientDetails"
|
|
|
:key="elmIndex"
|