mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 05:25:52 +00:00
fix: typo
This commit is contained in:
parent
2096ee84c4
commit
6b3bbefb2a
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user