刘洋 há 8 meses atrás
pai
commit
48807a75e8
1 ficheiros alterados com 1 adições e 1 exclusões
  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>