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
62ddc15c
Commit
62ddc15c
authored
Dec 06, 2024
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改布局
parent
ccc52175
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
13 additions
and
13 deletions
+13
-13
index.vue
src/views/scriptDevelopment/auditStrategy/index.vue
+2
-2
DeptTree.vue
src/views/scriptDevelopment/functionManagement/DeptTree.vue
+1
-1
index.vue
src/views/scriptDevelopment/functionManagement/index.vue
+2
-2
DeptTree.vue
...s/scriptDevelopment/selfServiceTableCreation/DeptTree.vue
+1
-1
index.vue
...iews/scriptDevelopment/selfServiceTableCreation/index.vue
+2
-2
DeptTree.vue
src/views/scriptDevelopment/sqlAudit/DeptTree.vue
+1
-1
index.vue
src/views/scriptDevelopment/sqlAudit/index.vue
+1
-1
DataTree.vue
src/views/scriptDevelopment/sqlDevelopment/DataTree.vue
+1
-1
GroupTree.vue
src/views/scriptDevelopment/sqlDevelopment/GroupTree.vue
+1
-1
index.vue
src/views/scriptDevelopment/sqlDevelopment/index.vue
+1
-1
No files found.
src/views/scriptDevelopment/auditStrategy/index.vue
View file @
62ddc15c
<
template
>
<
template
>
<PageWrapper
dense
contentFullHeight
fixedHeight
contentClass=
"flex"
>
<PageWrapper
dense
contentFullHeight
fixedHeight
contentClass=
"flex"
>
<DeptTree
class=
"w-1/4 xl:w-1/5"
@
select=
"handleSelect"
/>
<DeptTree
class=
"
w-1/4 xl:w-1/5"
@
select=
"handleSelect"
/>
<BasicTable
<BasicTable
@
register=
"registerTable"
@
register=
"registerTable"
class=
"w-3/4 xl:w-4/5"
class=
"
m-4 mr-0
w-3/4 xl:w-4/5"
:searchInfo=
"searchInfo"
:searchInfo=
"searchInfo"
>
>
<template
#
bodyCell=
"
{ column, record }">
<template
#
bodyCell=
"
{ column, record }">
...
...
src/views/scriptDevelopment/functionManagement/DeptTree.vue
View file @
62ddc15c
<
template
>
<
template
>
<div
class=
"
overflow-hidden bg-white"
>
<div
class=
" m-4 mr-0
overflow-hidden bg-white"
>
<a-input
placeholder=
""
style=
"margin: 10px 0;"
>
<a-input
placeholder=
""
style=
"margin: 10px 0;"
>
<template
#
prefix
>
<template
#
prefix
>
<Icon
icon=
"ant-design:search-outlined"
:size=
"20"
/>
<Icon
icon=
"ant-design:search-outlined"
:size=
"20"
/>
...
...
src/views/scriptDevelopment/functionManagement/index.vue
View file @
62ddc15c
...
@@ -3,11 +3,11 @@
...
@@ -3,11 +3,11 @@
<DeptTree
class=
"w-1/4 xl:w-1/5"
@
select=
"handleSelect"
/>
<DeptTree
class=
"w-1/4 xl:w-1/5"
@
select=
"handleSelect"
/>
<editAuditRulesModal
<editAuditRulesModal
style=
"background: #cc0000"
style=
"background: #cc0000"
class=
"w-3/4 xl:w-4/5"
class=
"
m-4 mr-0
w-3/4 xl:w-4/5"
v-if=
"isSpecificDeptSelected"
v-if=
"isSpecificDeptSelected"
:deptId=
"selectedDeptId"
:deptId=
"selectedDeptId"
/>
/>
<div
class=
"w-3/4 xl:w-4/5"
v-else
>
<div
class=
"
m-4 mr-0
w-3/4 xl:w-4/5"
v-else
>
<div
style=
"display: flex; align-items: center; background-color: white"
>
<div
style=
"display: flex; align-items: center; background-color: white"
>
<Icon
icon=
"majesticons:table-plus-line"
:size=
"40"
:color=
"'#e9a064'"
/>
<Icon
icon=
"majesticons:table-plus-line"
:size=
"40"
:color=
"'#e9a064'"
/>
<div
style=
"margin-left: 10px"
>
<div
style=
"margin-left: 10px"
>
...
...
src/views/scriptDevelopment/selfServiceTableCreation/DeptTree.vue
View file @
62ddc15c
<
template
>
<
template
>
<div
class=
"overflow-hidden bg-white"
>
<div
class=
"
m-4 mr-0
overflow-hidden bg-white"
>
<BasicTree
<BasicTree
ref=
"treeRef"
ref=
"treeRef"
toolbar
toolbar
...
...
src/views/scriptDevelopment/selfServiceTableCreation/index.vue
View file @
62ddc15c
...
@@ -3,11 +3,11 @@
...
@@ -3,11 +3,11 @@
<DeptTree
class=
"w-1/4 xl:w-1/5"
@
select=
"handleSelect"
/>
<DeptTree
class=
"w-1/4 xl:w-1/5"
@
select=
"handleSelect"
/>
<editAuditRulesModal
<editAuditRulesModal
style=
"background: #cc0000"
style=
"background: #cc0000"
class=
"w-3/4 xl:w-4/5"
class=
"
m-4 mr-0
w-3/4 xl:w-4/5"
v-if=
"isSpecificDeptSelected"
v-if=
"isSpecificDeptSelected"
:deptId=
"selectedDeptId"
:deptId=
"selectedDeptId"
/>
/>
<div
class=
"w-3/4 xl:w-4/5"
v-else
>
<div
class=
"w-3/4 xl:w-4/5
m-4 mr-0
"
v-else
>
<div
style=
"display: flex; align-items: center; background-color: white"
>
<div
style=
"display: flex; align-items: center; background-color: white"
>
<Icon
icon=
"majesticons:table-plus-line"
:size=
"40"
:color=
"'#e9a064'"
/>
<Icon
icon=
"majesticons:table-plus-line"
:size=
"40"
:color=
"'#e9a064'"
/>
<div
style=
"margin-left: 10px"
>
<div
style=
"margin-left: 10px"
>
...
...
src/views/scriptDevelopment/sqlAudit/DeptTree.vue
View file @
62ddc15c
<
template
>
<
template
>
<div
class=
"overflow-hidden bg-white"
>
<div
class=
"
m-4 mr-0
overflow-hidden bg-white"
>
<a-input
placeholder=
""
style=
"margin: 10px 0"
>
<a-input
placeholder=
""
style=
"margin: 10px 0"
>
<template
#
prefix
>
<template
#
prefix
>
<Icon
icon=
"ant-design:search-outlined"
:size=
"20"
/>
<Icon
icon=
"ant-design:search-outlined"
:size=
"20"
/>
...
...
src/views/scriptDevelopment/sqlAudit/index.vue
View file @
62ddc15c
<
template
>
<
template
>
<PageWrapper
dense
contentFullHeight
fixedHeight
contentClass=
"flex"
>
<PageWrapper
dense
contentFullHeight
fixedHeight
contentClass=
"flex"
>
<DeptTree
class=
"w-1/4 xl:w-1/5"
@
select=
"handleSelect"
/>
<DeptTree
class=
"w-1/4 xl:w-1/5"
@
select=
"handleSelect"
/>
<div
class=
"w-3/4 xl:w-4/5"
>
<div
class=
"
m-4 mr-0
w-3/4 xl:w-4/5"
>
<editAuditRulesModal
<editAuditRulesModal
style=
"background: #cc0000"
style=
"background: #cc0000"
v-if=
"isSpecificDeptSelected"
v-if=
"isSpecificDeptSelected"
...
...
src/views/scriptDevelopment/sqlDevelopment/DataTree.vue
View file @
62ddc15c
<
template
>
<
template
>
<div
class=
"overflow-hidden bg-white"
>
<div
class=
"
m-4 mr-0
overflow-hidden bg-white"
>
<BasicTree
<BasicTree
title=
""
title=
""
ref=
"treeRef"
ref=
"treeRef"
...
...
src/views/scriptDevelopment/sqlDevelopment/GroupTree.vue
View file @
62ddc15c
<
template
>
<
template
>
<div
class=
"overflow-hidden bg-white"
>
<div
class=
"
m-4 mr-0
overflow-hidden bg-white"
>
<BasicTree
<BasicTree
title=
""
title=
""
ref=
"treeRef"
ref=
"treeRef"
...
...
src/views/scriptDevelopment/sqlDevelopment/index.vue
View file @
62ddc15c
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
<DataTree
@
select=
"handleSelect"
style=
"height: 50%"
/>
<DataTree
@
select=
"handleSelect"
style=
"height: 50%"
/>
<GroupTree
@
select=
"handleGroupSelect"
style=
"height: 50%"
/>
<GroupTree
@
select=
"handleGroupSelect"
style=
"height: 50%"
/>
</div>
</div>
<div
class=
"w-3/4 xl:w-4/5"
>
<div
class=
"
m-4 mr-0
w-3/4 xl:w-4/5"
>
<div>
<div>
<BasicTable
@
register=
"registerTable"
:searchInfo=
"searchInfo"
>
<BasicTable
@
register=
"registerTable"
:searchInfo=
"searchInfo"
>
<template
#
headerTop
>
<template
#
headerTop
>
...
...
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