公告板
版本库
filestore
活动
搜索
登录
main
/
power_system_for_sx
山西电力前端项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
UA 整理提交
he wei
5 天以前
3c3576d5792bfabcef84979757ee344712e71cd3
[power_system_for_sx.git]
/
src
/
utils
/
const
/
const_digit.js
1
2
3
4
5
6
7
8
9
10
11
12
13
// 全局小数位数
export default {
// 百分比
PREC: 2,
// 电压
VOL: 3,
// 电流
CURR: 3,
// 温度
TEMP: 1,
// 容量
CAP: 2,
}