Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张伯涛
bigDataSystem
Commits
1fde39dc
Commit
1fde39dc
authored
Nov 11, 2024
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改数据源管理
parent
266e738b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
index.vue
src/views/dataSourceManage/dataSource/index.vue
+3
-1
No files found.
src/views/dataSourceManage/dataSource/index.vue
View file @
1fde39dc
<
template
>
<PageWrapper
dense
contentFullHeight
fixedHeight
contentClass=
"flex"
>
<BasicTable
@
register=
"registerTable"
>
<DataSourceTree
class=
"w-1/4 xl:w-1/5"
@
select=
"handleSelect"
/>
<BasicTable
@
register=
"registerTable"
class=
"w-3/4 xl:w-4/5"
>
<template
#
toolbar
>
<a-button
type=
"primary"
@
click=
"pageConfig"
>
默认分层配置
</a-button>
<a-button
type=
"primary"
@
click=
"handleDataSourceReplace"
>
数据源替换
</a-button>
...
...
@@ -71,6 +72,7 @@
import
RestModal
from
'./resetModal.vue'
;
import
PageConfigModal
from
'./pageConfigModal.vue'
;
import
DataWarehouseModal
from
'./dataWarehouseModal.vue'
;
import
DataSourceTree
from
"@/views/dataSourceManage/connect/dataSourceTree.vue"
;
defineOptions
({
name
:
'AccountManagement'
});
const
{
createMessage
}
=
useMessage
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment