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