20180307新增一种:
// client/components/input-number/index.js
static defaultProps = {
value: 0,
dp: 4,
signAfterPrefix: false,
prefix: '',
suffix: '',
onChange: () => {},
className: '',
style: {},
readOnly: false,
disabled: false,
placeholder: ''
};
涉及五种修改小数保留位数的方法:
React部分,修改初始值dp
angular部分,修改
number/currency/formatter/toFixed(4)
连接anyConnect
wall.stg.tw.bindolabs.com
green
zfg
// config
Host *.c.bindo-staging-tw.internal
ProxyCommand ssh jumpbox.tw.stg.bindolabs.com -p 2222 nc %h %p
ForwardAgent yes
StrictHostKeyChecking no
User 850832627
Host jumpbox.tw.stg.bindolabs.com
ProxyCommand none
StrictHostKeyChecking no
Port 2222
User 850832627
104.155.221.1
130.211.244.27