amis-saas-8179 [Feature] 日期、日期范围组件补充 [标题提示]、[控件提示]

Change-Id: Ifd700b983ee8d0bb30b594dddd471d670deb4784
This commit is contained in:
jiatianqi 2022-11-18 11:27:54 +08:00
parent 5faae92171
commit ef76cb1438
2 changed files with 4 additions and 4 deletions

View File

@ -368,8 +368,8 @@ export class DateControlPlugin extends BasePlugin {
getSchemaTpl('placeholder', {
pipeIn: defaultValue('请选择日期')
}),
// getSchemaTpl('remark'),
// getSchemaTpl('labelRemark'),
getSchemaTpl('remark'),
getSchemaTpl('labelRemark'),
getSchemaTpl('description'),
getSchemaTpl('autoFillApi')
]

View File

@ -356,8 +356,8 @@ export class DateRangeControlPlugin extends BasePlugin {
yearslater: 'n年以内'
}
}),
// getSchemaTpl('remark'),
// getSchemaTpl('labelRemark'),
getSchemaTpl('remark'),
getSchemaTpl('labelRemark'),
{
type: 'input-text',
name: 'startPlaceholder',