mirror of
https://gitee.com/dromara/go-view.git
synced 2025-10-13 22:12:11 +08:00
feat: 开启演示模式 增加数据
This commit is contained in:
parent
6eaa39045e
commit
1115443b1a
@ -73,8 +73,8 @@ const jumpToMachineRoom = (row: any) => {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const toTwoDecimalPlaces = (num: number) => {
|
const toTwoDecimalPlaces = (num: number, digit = 0) => {
|
||||||
return parseFloat(num.toFixed(2));
|
return parseFloat(num.toFixed(digit));
|
||||||
}
|
}
|
||||||
|
|
||||||
const getData = () => {
|
const getData = () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user