刘洋 8 tháng trước cách đây
mục cha
commit
48807a75e8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>