diff --git a/src/api/property/asDisplay.js b/src/api/property/asDisplay.js new file mode 100644 index 0000000..e0bb0ae --- /dev/null +++ b/src/api/property/asDisplay.js @@ -0,0 +1,9 @@ +import request from '@/utils/request' + +export function getConnectList(data) { + return request({ + url: '/property/dataSource/dataName', + method: 'post', + data: data + }) +} diff --git a/src/api/property/asauth.js b/src/api/property/asauth.js new file mode 100644 index 0000000..ac7e6f2 --- /dev/null +++ b/src/api/property/asauth.js @@ -0,0 +1,9 @@ +import request from '@/utils/request' + +export function getConnectList(data) { + return request({ + url: '/property/connect/selectConnect', + method: 'post', + data: data + }) +} diff --git a/src/api/property/astr.js b/src/api/property/astr.js new file mode 100644 index 0000000..5527a6d --- /dev/null +++ b/src/api/property/astr.js @@ -0,0 +1,9 @@ +import request from '@/utils/request' + +export function getSelectList(data) { + return request({ + url: '/property/dataSource/dataName', + method: 'post', + data: data + }) +} diff --git a/src/api/property/property.js b/src/api/property/property.js index c4ea4d6..6a5b1a0 100644 --- a/src/api/property/property.js +++ b/src/api/property/property.js @@ -15,3 +15,35 @@ export function insertConnectList(data) { data: data }) } + +export function updConnectList(data) { + return request({ + url: '/property/connect/upd', + method: 'put', + data: data + }) +} + +export function textHandleClick(data) { + return request({ + url: '/property/connect/text', + method: 'post', + data: data + }) +} + +export function delHandleClick(data) { + return request({ + url: '/property/connect/del/'+data, + method: 'Delete', + data: data + }) +} + +export function selectHandleClick(data) { + return request({ + url: '/property/tableField/list', + method: 'post', + data: data + }) +} diff --git a/src/views/property/asDisplay/index.vue b/src/views/property/asDisplay/index.vue new file mode 100644 index 0000000..fed95b0 --- /dev/null +++ b/src/views/property/asDisplay/index.vue @@ -0,0 +1,82 @@ + + + + + + diff --git a/src/views/property/asauth/index.vue b/src/views/property/asauth/index.vue new file mode 100644 index 0000000..fed95b0 --- /dev/null +++ b/src/views/property/asauth/index.vue @@ -0,0 +1,82 @@ + + + + + + diff --git a/src/views/property/astr/index.vue b/src/views/property/astr/index.vue new file mode 100644 index 0000000..15407a8 --- /dev/null +++ b/src/views/property/astr/index.vue @@ -0,0 +1,109 @@ + + + + + diff --git a/src/views/property/property/index.vue b/src/views/property/property/index.vue index c275135..51539da 100644 --- a/src/views/property/property/index.vue +++ b/src/views/property/property/index.vue @@ -70,7 +70,11 @@ - + + - 查看 - 编辑 + + - + + + + + + + +
+ 基本配置信息 +
+
+ + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ 数据连接参数 +
+
+ + + +
+
+
+
+ + +
+ 连接池配置 +
+
+ + + + + + + + + + + + + + + +
+
+ + +
+ 其他信息 +
+
+ + + + + + + + + +
+
+ +
+ +
+ + + @@ -189,7 +314,7 @@ :rows="2" :cole="1000" placeholder="请输入内容" - v-model="connectDTO.textarea" style="width: 850px;"> + v-model="connectDTO.notes" style="width: 850px;"> @@ -209,7 +334,13 @@