Browse Source

展会调整瑞恒日报运行时效

Zimo 2 ngày trước cách đây
mục cha
commit
4a22424f31
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/views/pms/iotrhdailyreport/rh-table.vue

+ 2 - 0
src/views/pms/iotrhdailyreport/rh-table.vue

@@ -85,6 +85,8 @@ const { list, loading, total, pageNo, pageSize, showAction, isIndex } = toRefs(p
 const { ZmTable, ZmTableColumn } = useTableComponents<ListItem>()
 
 function percentageFormatter(row: ListItem) {
+  return '90%'
+
   const capacity = Number(row?.capacity)
   const dailyGasInjection = Number(row?.dailyGasInjection)