洪海涛 4 years ago
parent
commit
9b6406d5e7

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

@@ -37,7 +37,7 @@
           </div>
         </div>
 </div>
-        <div v-if="!pieData.length" class="no-data">各业务线{{ active }}类线上问题为 <span style="font-size: 16px">0</span>!</div>
+        <div v-if="!pieData.length" class="no-data">各业务线{{ active }}类<strong>线上问题</strong>为<span style="font-size: 16px">0</span>!</div>
       </div>
     </boxCom>
   </div>

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

@@ -61,7 +61,7 @@
             </div>
           </div>
         </div>
-        <div v-if="!pieData.filter(elm => elm.total).length" class="no-data">各业务线{{ active }}类质量流程&研发效率问题为 <span style="font-size: 16px">0</span>!</div>
+        <div v-if="!pieData.filter(elm => elm.total).length" class="no-data">各业务线{{ active }}类<strong>质量流程&研发效率</strong>问题为 <span style="font-size: 16px">0</span>!</div>
       </div>
     </boxCom>
   </div>