data
This commit is contained in:
parent
4912593167
commit
8b3d7553d3
@ -17,13 +17,24 @@ export const schemas: FormSchema[] = [
|
||||
clearable: true,
|
||||
options: [
|
||||
{
|
||||
label: '关系型数据库',
|
||||
value: '0',
|
||||
label: 'MySQL',
|
||||
value: 1,
|
||||
},
|
||||
{
|
||||
label: '图形数据库',
|
||||
value: '1',
|
||||
label: 'PostgreSQL',
|
||||
value: 2,
|
||||
},
|
||||
{
|
||||
label: 'SQLServer',
|
||||
value: 3,
|
||||
},
|
||||
{
|
||||
label: 'Oracle',
|
||||
value: 4,
|
||||
},{
|
||||
label: 'Sqlite',
|
||||
value: 5,
|
||||
}
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user