Sfoglia il codice sorgente

Merge branch 'monthly_report_daily_bug_0.0.2' into http_mock

洪海涛 4 anni fa
parent
commit
7915e1d029

+ 1 - 1
src/views/monthlyReport/childrenPage/editReport/components/OverallOverviewOfTheClient/qualityProcess.vue

@@ -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"