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