forked from github/dataease
feat: sqlserver
This commit is contained in:
parent
ddb6e767fd
commit
74b849d0b9
@ -105,7 +105,9 @@ export default {
|
|||||||
'configuration.host': [{ required: true, message: this.$t('datasource.please_input_host'), trigger: 'change' }],
|
'configuration.host': [{ required: true, message: this.$t('datasource.please_input_host'), trigger: 'change' }],
|
||||||
'configuration.port': [{ required: true, message: this.$t('datasource.please_input_port'), trigger: 'change' }]
|
'configuration.port': [{ required: true, message: this.$t('datasource.please_input_port'), trigger: 'change' }]
|
||||||
},
|
},
|
||||||
allTypes: [{ name: 'mysql', label: 'MySQL', type: 'jdbc' }, { name: 'oracle', label: 'Oracle', type: 'jdbc' }],
|
allTypes: [{ name: 'mysql', label: 'MySQL', type: 'jdbc' },
|
||||||
|
{ name: 'oracle', label: 'Oracle', type: 'jdbc' },
|
||||||
|
{ name: 'sqlserver', label: 'SQLSERVER', type: 'jdbc' }],
|
||||||
schemas: [],
|
schemas: [],
|
||||||
canEdit: false,
|
canEdit: false,
|
||||||
originConfiguration: {}
|
originConfiguration: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user