update
This commit is contained in:
parent
9b0f724da2
commit
ea1c7de4ca
@ -129,7 +129,7 @@ export default {
|
|||||||
{ prop: obj.recordTime + '-inputNum', label: i18n.t('realtime.in') },
|
{ prop: obj.recordTime + '-inputNum', label: i18n.t('realtime.in') },
|
||||||
{ prop: obj.recordTime + '-outputNum', label: i18n.t('realtime.out') },
|
{ prop: obj.recordTime + '-outputNum', label: i18n.t('realtime.out') },
|
||||||
{ prop: obj.recordTime + '-scrapNum', label: i18n.t('realtime.data') },
|
{ prop: obj.recordTime + '-scrapNum', label: i18n.t('realtime.data') },
|
||||||
{ prop: obj.recordTime + '-scrapRate', label: i18n.t('realtime.rate') }
|
{ prop: obj.recordTime + '-scrapRate', label: i18n.t('realtime.rate'), filter: val => val !== '-' ? `${val.toFixed(2)}%` : '-' }
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user