修复重复显示和文案

Change-Id: Iccf597105357d4a854821ea32b760bbe96b22c2a
This commit is contained in:
renyuguang 2022-07-06 20:46:19 +08:00
parent 657e0d355a
commit 8cc3a2bacc

View File

@ -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'
},
{