刘洋 hai 8 meses
pai
achega
48807a75e8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>