fix: typo

This commit is contained in:
chenos 2021-01-07 23:57:33 +08:00
parent 2096ee84c4
commit 6b3bbefb2a

View File

@ -84,7 +84,7 @@ export default {
}, },
{ {
type: "value:schema", type: "value:schema",
target: "starDateField", target: "startDateField",
"condition": "{{ $self.value === 'calendar' }}", "condition": "{{ $self.value === 'calendar' }}",
schema: { schema: {
"x-component-props": { "x-component-props": {
@ -109,7 +109,7 @@ export default {
}, },
{ {
"type": "value:visible", "type": "value:visible",
"target": "starDateField", "target": "startDateField",
"condition": "{{ $self.value === 'calendar' }}", "condition": "{{ $self.value === 'calendar' }}",
}, },
{ {
@ -145,7 +145,7 @@ export default {
interface: 'select', interface: 'select',
type: 'virtual', type: 'virtual',
title: '开始日期字段', title: '开始日期字段',
name: 'starDateField', name: 'startDateField',
// required: true, // required: true,
component: { component: {
type: 'remoteSelect', type: 'remoteSelect',