mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-01 03:28:20 +08:00
修复重复显示和文案
Change-Id: Iccf597105357d4a854821ea32b760bbe96b22c2a
This commit is contained in:
parent
657e0d355a
commit
8cc3a2bacc
@ -212,14 +212,6 @@ export class NumberControlPlugin extends BasePlugin {
|
||||
)
|
||||
},
|
||||
|
||||
{
|
||||
type: 'input-number',
|
||||
name: 'precision',
|
||||
label: '小数点精度',
|
||||
min: 0,
|
||||
max: 100
|
||||
},
|
||||
|
||||
getSchemaTpl('combo-container', {
|
||||
type: 'combo',
|
||||
label: '单位选项',
|
||||
@ -277,7 +269,7 @@ export class NumberControlPlugin extends BasePlugin {
|
||||
value: 'base',
|
||||
options: [
|
||||
{
|
||||
label: '单测按钮',
|
||||
label: '单侧按钮',
|
||||
value: 'base'
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user