Jelajahi Sumber

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

Zimo 1 hari lalu
induk
melakukan
4a22424f31
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  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)