洪海涛 4 yıl önce
ebeveyn
işleme
4e8939df37

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

@@ -140,9 +140,7 @@ export default {
 <style scoped lang="less">
 .echarts-wrapper {
   margin-top: -10px;
-  .fontWeight {
-    font-weight: 500;
-  }
+
   display: flex;
   color: #333;
   font-size: 14px;
@@ -161,8 +159,11 @@ export default {
   .detail-wrapper {
     width: 50%;
     padding: 10px;
-    height: 240px;
+    height: 260px;
     overflow-y: scroll;
   }
+    .fontWeight {
+    font-weight: 500;
+  }
 }
 </style>

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

@@ -14,8 +14,8 @@
             class="pir"
             style="width: 100%; height: 130px"
           />
-          <div v-if="tabData">
-            本月&nbsp;&nbsp;{{ active }}&nbsp;&nbsp;类:
+          <div v-if="tabData" style="width: 205px">
+            本月{{ active }}类:
             <span v-for="(item, itemIndex ) in tabData.qualityProcessAndRdEfficiencyCopywriters" :key="itemIndex">
               <span>{{ item.type }}</span>
               <span :class="{ fontWeight: true, red: item.total > 0 }">{{ item.total }}次</span>
@@ -31,9 +31,9 @@
               (elm) => (reportBizName ? elm.name === reportBizName : true)
             )"
             :key="itemIndex"
-            style="margin-bottom: 20px"
+            style="margin-bottom: 10px"
           >
-            <div class="fontWeight" style="margin-bottom: 10px">
+            <div class="fontWeight" style="margin-bottom: 0px">
               {{ item.type }}数据
             </div>
             <div>本月{{ item.type }}{{ item.total }}次</div>
@@ -237,14 +237,9 @@ export default {
 <style scoped lang="less">
 .echarts-wrapper {
   margin-top: -10px;
-  .fontWeight {
-    font-weight: 500;
-  }
-  .red {
-    color: red;
-  }
+
   display: flex;
-  color: #333;
+  color: #666;
   font-size: 14px;
   .pie-wrapper {
     width: 50%;
@@ -262,8 +257,15 @@ export default {
   .detail-wrapper {
     width: 50%;
     padding: 10px;
-    height: 240px;
+    height: 260px;
     overflow-y: scroll;
   }
+    .fontWeight {
+    font-weight: 500;
+    color: #333;
+  }
+  .red {
+    color: red;
+  }
 }
 </style>

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

@@ -60,7 +60,7 @@ export default {
     return {
       animateClass: '',
       dialogTitle: '重新拉取数据',
-      pullDataAgainTitle: ['上月问题跟进', '线上问题', '线下缺陷', '发布&回滚']
+      pullDataAgainTitle: ['上月', '线上问题', '线下缺陷', '发布&回滚']
     }
   },
   computed: {

+ 0 - 2
src/views/monthlyReport/childrenPage/editReport/index.vue

@@ -199,8 +199,6 @@ export default {
     this.indexShow = true
     // 默认获取用户权限
     this.$store.dispatch('monthlyReportEdit/getUserPermission')
-    // 获取部门数据
-    this.$store.dispatch('monthlyReportEdit/setSelectEnum')
   },
   mounted() {
     /*

+ 2 - 0
src/views/monthlyReport/index.vue

@@ -126,6 +126,8 @@ export default {
     }
   },
   created() {
+    // 获取部门数据
+    this.$store.dispatch('monthlyReportEdit/setSelectEnum')
     this.getAvaliableInfo()
   },
   methods: {