刘洋 8 mesi fa
parent
commit
48807a75e8
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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>