Browse Source

优化样式

qinzhipeng_v@didiglobal.com 4 years ago
parent
commit
78bfa77572
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/monthlyReport/components/monthlyEards.vue

+ 1 - 1
src/views/monthlyReport/components/monthlyEards.vue

@@ -20,7 +20,7 @@
         责任人:<span>{{ i.charge || '无' }}</span>
       </div>
       <div v-for="(q, index) in data.returnBackDataList" :key="index">
-        <span>{{ `${index + 1}、${q.name}` }}</span>
+        <span>{{ `${data.keyProblems.length + index + 1}、${q.name}` }}</span>
         <span>{{ q.team }}</span>
       </div>
     </section>