|
@@ -83,7 +83,7 @@ export default {
|
|
|
{ text: '主机地址', align: 'start', value: 'host' },
|
|
{ text: '主机地址', align: 'start', value: 'host' },
|
|
|
{ text: '端口', align: 'start', value: 'port' },
|
|
{ text: '端口', align: 'start', value: 'port' },
|
|
|
{ text: '数据库名称', align: 'start', value: 'database' },
|
|
{ text: '数据库名称', align: 'start', value: 'database' },
|
|
|
- { text: '数据库模式', align: 'start', value: 'schema' },
|
|
|
|
|
|
|
+ { text: '数据库结构(schema)', align: 'start', value: 'schema' },
|
|
|
{ text: '用户名', align: 'start', value: 'username' },
|
|
{ text: '用户名', align: 'start', value: 'username' },
|
|
|
{ text: '连接参数', align: 'start', value: 'param' },
|
|
{ text: '连接参数', align: 'start', value: 'param' },
|
|
|
{ text: '状态', align: 'start', value: 'status' },
|
|
{ text: '状态', align: 'start', value: 'status' },
|