feat:input-group 组件配置面板优化 amis-saas-5352

Change-Id: I38895904de1bb0fb0b40dc98675203d60aec6efb
This commit is contained in:
zhou999 2022-12-22 15:26:40 +08:00
parent 08dc068e0e
commit 1cc1f5bec4

View File

@ -91,7 +91,7 @@ export class InputGroupControlPlugin extends BasePlugin {
renderer: context.info.renderer, renderer: context.info.renderer,
schema: [ schema: [
getSchemaTpl('switch', { getSchemaTpl('switch', {
label: '表单项内联', label: '内联模式',
name: 'inline', name: 'inline',
pipeIn: defaultValue(false) pipeIn: defaultValue(false)
}), }),