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
4b1e8914
Commit
4b1e8914
authored
Dec 12, 2024
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改自助建表
parent
98d36d57
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
48 additions
and
29 deletions
+48
-29
editAuditRulesModal.vue
...elopment/selfServiceTableCreation/editAuditRulesModal.vue
+2
-3
generateTableBuildingStatementsMode.vue
...viceTableCreation/generateTableBuildingStatementsMode.vue
+3
-3
index.vue
...iews/scriptDevelopment/selfServiceTableCreation/index.vue
+37
-22
editAuditRulesModal.vue
src/views/scriptDevelopment/sqlAudit/editAuditRulesModal.vue
+6
-1
No files found.
src/views/scriptDevelopment/selfServiceTableCreation/editAuditRulesModal.vue
View file @
4b1e8914
...
...
@@ -27,7 +27,7 @@
@
register=
"registerGuideModeForm"
>
<template
#
tableConfiguration
>
<
h1
class=
"title-text"
>
表配置
</h1
>
<
span
class=
"title-text"
>
表配置
</span
>
</
template
>
</BasicForm>
<div
style=
"margin-left: 20px"
>
...
...
@@ -53,7 +53,7 @@
</div>
<div>
<div
style=
"background: white"
>
<a-button
type=
"primary"
style=
"margin-left:
5
px"
@
click=
"addFields"
>
添加字段
</a-button>
<a-button
type=
"primary"
style=
"margin-left:
100px;margin-top: 10
px"
@
click=
"addFields"
>
添加字段
</a-button>
</div>
<BasicForm
style=
"background: white"
@
register=
"partitionConfigurationTemplate"
>
<
template
#
tableConfiguration
>
...
...
@@ -263,7 +263,6 @@
font-weight
:
bold
;
font-size
:
20px
;
color
:
#1a1a1a
;
width
:
313px
;
}
.title
{
font-size
:
16px
;
...
...
src/views/scriptDevelopment/selfServiceTableCreation/generateTableBuildingStatementsMode.vue
View file @
4b1e8914
<
template
>
<BasicModal
width=
"
40
%"
width=
"
35
%"
v-bind=
"$attrs"
@
register=
"registerModal"
:title=
"getTitle"
@
ok=
"handleSubmit"
>
<div
class=
"flex"
>
<span
style=
"font-size:
20
px"
>
SQL
</span>
<span
style=
"font-size:
17
px"
>
SQL
</span>
<textarea
v-model=
"sql"
style=
"width:
70%; height: 250px; margin-left: 3
0px; border: black 1px solid"
style=
"width:
100%; height: 250px; margin-left: 1
0px; border: black 1px solid"
></textarea>
</div>
<template
#
footer
>
...
...
src/views/scriptDevelopment/selfServiceTableCreation/index.vue
View file @
4b1e8914
...
...
@@ -7,30 +7,45 @@
:deptId=
"selectedDeptId"
/>
<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"
>
<Icon
icon=
"majesticons:table-plus-line"
:size=
"40"
:color=
"'#e9a064'"
/>
<div
style=
"margin-left: 10px"
>
<span
class=
"title"
>
test
</span>
<div>
<span
class=
"path"
>
自助建表文件/test
</span>
<div
style=
"
justify-content: space-between;
display: flex;
align-items: center;
background-color: white;
"
>
<div
style=
"display: flex; align-content: center"
>
<Icon
icon=
"majesticons:table-plus-line"
:size=
"40"
:color=
"'#e9a064'"
/>
<div
style=
"margin-left: 10px"
>
<span
class=
"title"
>
test
</span>
<div>
<span
class=
"path"
>
自助建表文件/test
</span>
</div>
</div>
</div>
<a-button
style=
"margin-left: 500px"
type=
"primary"
@
click=
"handleMove(0)"
>
复制到
</a-button>
<a-button
style=
"margin-left: 10px"
type=
"primary"
@
click=
"handleDeleteIds"
>
删除
</a-button>
<a-button
style=
"margin-left: 10px"
type=
"primary"
@
click=
"handleMove(1)"
>
移动
</a-button>
<a-button
style=
"margin-left: 10px"
type=
"primary"
@
click=
"handleExport('文件')"
>
导出
</a-button
>
<a-button
style=
"margin-left: 10px"
type=
"primary"
@
click=
"handleExport('模板')"
>
导出模版
</a-button
>
<a-button
style=
"margin-left: 10px"
type=
"primary"
@
click=
"handleImport"
>
导入
</a-button>
<a-button
style=
"margin-left: 10px"
type=
"primary"
@
click=
"handleNewFolder"
>
新建文件夹
</a-button
>
<a-button
style=
"margin-left: 10px"
type=
"primary"
@
click=
"handleNewFile"
>
新建文件
</a-button
>
<div>
<a-button
style=
"margin-left: 500px"
type=
"primary"
@
click=
"handleMove(0)"
>
复制到
</a-button
>
<a-button
style=
"margin-left: 10px"
type=
"primary"
@
click=
"handleDeleteIds"
>
删除
</a-button
>
<a-button
style=
"margin-left: 10px"
type=
"primary"
@
click=
"handleMove(1)"
>
移动
</a-button>
<a-button
style=
"margin-left: 10px"
type=
"primary"
@
click=
"handleExport('文件')"
>
导出
</a-button
>
<a-button
style=
"margin-left: 10px"
type=
"primary"
@
click=
"handleExport('模板')"
>
导出模版
</a-button
>
<a-button
style=
"margin-left: 10px"
type=
"primary"
@
click=
"handleImport"
>
导入
</a-button>
<a-button
style=
"margin-left: 10px"
type=
"primary"
@
click=
"handleNewFolder"
>
新建文件夹
</a-button
>
<a-button
style=
"margin-left: 10px"
type=
"primary"
@
click=
"handleNewFile"
>
新建文件
</a-button
>
</div>
</div>
<BasicTable
@
register=
"registerTable"
:searchInfo=
"searchInfo"
>
<template
#
bodyCell=
"
{ column, record }">
...
...
src/views/scriptDevelopment/sqlAudit/editAuditRulesModal.vue
View file @
4b1e8914
...
...
@@ -9,7 +9,7 @@
>
<div
class=
"toolbar"
style=
"background: white"
>
<div
style=
"display: flex; align-items: center"
>
<Icon
icon=
"ion:arrow-back-sharp"
:size=
"30"
:color=
"'#0e0d0d'"
/>
<Icon
@
click=
"goback"
icon=
"ion:arrow-back-sharp"
:size=
"30"
:color=
"'#0e0d0d'"
/>
<Icon
icon=
"majesticons:table-plus-line"
:size=
"40"
:color=
"'#e9a064'"
/>
<div
style=
"margin-left: 10px"
>
<span
class=
"title"
>
{{
info
.
name
}}
</span>
...
...
@@ -57,6 +57,7 @@
import
{
Alert
}
from
'ant-design-vue'
;
import
{
useMessage
}
from
'@/hooks/web/useMessage'
;
import
Icon
from
'@/components/Icon/Icon.vue'
;
import
{
router
}
from
'@/router'
;
const
{
createMessage
}
=
useMessage
();
const
isCheck
=
ref
(
'false'
);
...
...
@@ -82,6 +83,10 @@
createMessage
.
success
(
'保存成功'
);
}
function
goback
()
{
router
.
push
(
'/scriptDevelopment/sqlAudit'
);
}
function
palyStart
()
{
setFieldsValue
(
info
.
value
);
}
...
...
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