mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
style: 限制数字格式小数位为整数 (#17799)
This commit is contained in:
@@ -99,6 +99,8 @@ getExampleValue()
|
||||
v-model="formatterCfg.decimalCount"
|
||||
:effect="themes"
|
||||
size="small"
|
||||
:step="1"
|
||||
:precision="0"
|
||||
:min="0"
|
||||
:max="10"
|
||||
@change="onFormatChange"
|
||||
|
||||
Reference in New Issue
Block a user