洪海涛 4 년 전
부모
커밋
3b0d77eee6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/monthlyReport/childrenPage/editReport/components/OverallOverviewOfTheClient/qualityProcess.vue

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

@@ -34,7 +34,7 @@
               <div style="margin-bottom: 0px">
               <div style="margin-bottom: 0px">
                 <span class="fontWeight">{{ item.type }}</span>数据
                 <span class="fontWeight">{{ item.type }}</span>数据
               </div>
               </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
               <div
                 v-for="(elm, elmIndex) in item.subClientDetails"
                 v-for="(elm, elmIndex) in item.subClientDetails"
                 :key="elmIndex"
                 :key="elmIndex"