Ver Fonte

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

Zimo há 1 dia atrás
pai
commit
4a22424f31
1 ficheiros alterados com 2 adições e 0 exclusões
  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)