From 6b3bbefb2ad0e26c71360b6f93bf9971267856e9 Mon Sep 17 00:00:00 2001 From: chenos Date: Thu, 7 Jan 2021 23:57:33 +0800 Subject: [PATCH] fix: typo --- packages/plugin-collections/src/collections/views.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/plugin-collections/src/collections/views.ts b/packages/plugin-collections/src/collections/views.ts index 5428a77baf..22e4ad165d 100644 --- a/packages/plugin-collections/src/collections/views.ts +++ b/packages/plugin-collections/src/collections/views.ts @@ -84,7 +84,7 @@ export default { }, { type: "value:schema", - target: "starDateField", + target: "startDateField", "condition": "{{ $self.value === 'calendar' }}", schema: { "x-component-props": { @@ -109,7 +109,7 @@ export default { }, { "type": "value:visible", - "target": "starDateField", + "target": "startDateField", "condition": "{{ $self.value === 'calendar' }}", }, { @@ -145,7 +145,7 @@ export default { interface: 'select', type: 'virtual', title: '开始日期字段', - name: 'starDateField', + name: 'startDateField', // required: true, component: { type: 'remoteSelect',