刘洋 8 kuukautta sitten
vanhempi
commit
48807a75e8
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/views/report/flowcheck-analysis/index.vue

+ 1 - 1
src/views/report/flowcheck-analysis/index.vue

@@ -30,7 +30,7 @@
               {{ row.readMsg }}({{ row.readRate + '%' }})
             </template>
             <template #unReadMsg="{ col, row }">
-              {{ row.readMsg }}({{ row.unReadRate + '%' }})
+              {{ row.unReadMsg }}({{ row.unReadRate + '%' }})
             </template>
           </t-table>
         </div>