Browse Source

月报客户端:线上问题汇总饼图

洪海涛 4 years ago
parent
commit
8e3e9a42d5

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

@@ -24,7 +24,7 @@
             <div>{{ item.reportBizName }}:{{ item.priorityStr }}</div>
             <div>{{ item.reportBizName }}:{{ item.priorityStr }}</div>
             <div v-for="(pitem, pIndex) in item.problemDetails" :key="pIndex">
             <div v-for="(pitem, pIndex) in item.problemDetails" :key="pIndex">
               <div class="fontWeight">{{ pitem.subClientType }}</div>
               <div class="fontWeight">{{ pitem.subClientType }}</div>
-              <div v-for="(dItem, dIndex) in pitem.detail" :key="dIndex">
+              <div v-for="(dItem, dIndex) in pitem.details" :key="dIndex">
                 <div>
                 <div>
                   <span class="fontWeight">{{ dIndex + 1 }}、</span
                   <span class="fontWeight">{{ dIndex + 1 }}、</span
                   ><span class="fontWeight">{{ dItem.priority }}问题:</span
                   ><span class="fontWeight">{{ dItem.priority }}问题:</span