From 74b849d0b99e624cd8781c3e181e09786ac58e6d Mon Sep 17 00:00:00 2001 From: taojinlong Date: Fri, 6 Aug 2021 10:21:50 +0800 Subject: [PATCH] feat: sqlserver --- frontend/src/views/system/datasource/form.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/views/system/datasource/form.vue b/frontend/src/views/system/datasource/form.vue index 9fab06d9e5..bc8fb00755 100644 --- a/frontend/src/views/system/datasource/form.vue +++ b/frontend/src/views/system/datasource/form.vue @@ -105,7 +105,9 @@ export default { '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' }] }, - 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: [], canEdit: false, originConfiguration: {}