amis-saas-7980 日期外观模式调整

Change-Id: I3ff6e0a6bb9e6dfc1a8fa99d7df74a83d26ddceb
This commit is contained in:
jiatianqi 2022-11-14 14:17:16 +08:00
parent ba36d5aaae
commit 64b8026d69
2 changed files with 2 additions and 2 deletions

View File

@ -399,7 +399,7 @@ export class DateControlPlugin extends BasePlugin {
size: 'md', size: 'md',
label: '模式', label: '模式',
mode: 'row', mode: 'row',
value: false, pipeIn: defaultValue(false),
options: [ options: [
{ {
label: '浮层', label: '浮层',

View File

@ -407,7 +407,7 @@ export class DateRangeControlPlugin extends BasePlugin {
size: 'md', size: 'md',
label: '模式', label: '模式',
mode: 'row', mode: 'row',
value: false, pipeIn: defaultValue(false),
options: [ options: [
{ {
label: '浮层', label: '浮层',