From 6144a9390ac114e37796578c00fbe4b10b4ccd38 Mon Sep 17 00:00:00 2001 From: Yueng <14617246+YuengMeYuuer@user.noreply.gitee.com> Date: Mon, 26 Aug 2024 21:50:51 +0800 Subject: [PATCH] =?UTF-8?q?fine:()=E5=89=8D=E5=8F=B0=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/property/property.js | 17 ++ src/views/property/property/index.vue | 308 ++++++++++++++++++++++++++ 2 files changed, 325 insertions(+) create mode 100644 src/api/property/property.js create mode 100644 src/views/property/property/index.vue 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 }} + + + + 查看 + 编辑 + + + + + + + + + + + + 基本配置信息 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 数据连接参数 + + + + + + + + + + + + + 连接池配置 + + + + + + + + + + + + + + + + + + + + + + + 其他信息 + + + + 是 + 否 + + + + + + + + + + + + + + + + + + +