diff --git a/src/api/property/property.js b/src/api/property/property.js new file mode 100644 index 0000000..c4ea4d6 --- /dev/null +++ b/src/api/property/property.js @@ -0,0 +1,17 @@ +import request from '@/utils/request' + +export function getConnectList(data) { + return request({ + url: '/property/connect/selectConnect', + method: 'post', + data: data + }) +} + +export function insertConnectList(data) { + return request({ + url: '/property/connect/add', + method: 'post', + data: data + }) +} diff --git a/src/views/property/property/index.vue b/src/views/property/property/index.vue new file mode 100644 index 0000000..c275135 --- /dev/null +++ b/src/views/property/property/index.vue @@ -0,0 +1,308 @@ + + + + + + + + + + + + + + + + + + 立即创建 + 取消 + + + + 添加 + 删除 + 导出 + + + + + + + + + + {{ scope.row.accSourName }} + + + + {{ scope.row.dataSourSystemName }} + + + + {{ scope.row.ipAddress }} + + + + {{ scope.row.port }} + + + + {{ scope.row.dataAccType }} + + + + {{ scope.row.databaseName }} + + + + {{ scope.row.initialization }} + + + + {{ scope.row.notes }} + + + + 查看 + 编辑 + + + + + + + + + + + + 基本配置信息 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 数据连接参数 + + + + + + + + + + + + + 连接池配置 + + + + + + + + + + + + + + + + + + + + + + + 其他信息 + + + + 是 + 否 + + + + + + + + + + + + + + + + + + +