Sfoglia il codice sorgente

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

Zimo 1 giorno fa
parent
commit
4a22424f31
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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)