Explorar o código

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

Zimo hai 2 días
pai
achega
4a22424f31
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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)