Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
datax-cloud
Overview
Overview
Details
Activity
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
黄营
datax-cloud
Commits
c1773542
Commit
c1773542
authored
Jun 16, 2020
by
yuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2.0.0项目初始化
parent
6822437d
Hide whitespace changes
Inline
Side-by-side
Showing
49 changed files
with
83 additions
and
131 deletions
+83
-131
DataSetAdd.vue
datax-ui/src/views/factory/dataset/DataSetAdd.vue
+1
-2
DataSetDetail.vue
datax-ui/src/views/factory/dataset/DataSetDetail.vue
+1
-2
DataSetEdit.vue
datax-ui/src/views/factory/dataset/DataSetEdit.vue
+1
-2
DataSetList.vue
datax-ui/src/views/factory/dataset/DataSetList.vue
+2
-3
DataSourceAdd.vue
datax-ui/src/views/factory/datasource/DataSourceAdd.vue
+11
-12
DataSourceDetail.vue
datax-ui/src/views/factory/datasource/DataSourceDetail.vue
+1
-2
DataSourceEdit.vue
datax-ui/src/views/factory/datasource/DataSourceEdit.vue
+1
-2
DataSourceList.vue
datax-ui/src/views/factory/datasource/DataSourceList.vue
+3
-4
LogDetail.vue
datax-ui/src/views/monitor/loginlog/LogDetail.vue
+1
-2
LogList.vue
datax-ui/src/views/monitor/loginlog/LogList.vue
+3
-4
LogDetail.vue
datax-ui/src/views/monitor/operlog/LogDetail.vue
+1
-2
LogList.vue
datax-ui/src/views/monitor/operlog/LogList.vue
+1
-1
JobAdd.vue
datax-ui/src/views/scheduler/job/JobAdd.vue
+1
-2
JobDetail.vue
datax-ui/src/views/scheduler/job/JobDetail.vue
+1
-2
JobEdit.vue
datax-ui/src/views/scheduler/job/JobEdit.vue
+1
-2
JobList.vue
datax-ui/src/views/scheduler/job/JobList.vue
+3
-4
JobLogDetail.vue
datax-ui/src/views/scheduler/log/JobLogDetail.vue
+1
-2
JobLogList.vue
datax-ui/src/views/scheduler/log/JobLogList.vue
+3
-4
ConfigAdd.vue
datax-ui/src/views/system/config/ConfigAdd.vue
+1
-2
ConfigDetail.vue
datax-ui/src/views/system/config/ConfigDetail.vue
+1
-2
ConfigEdit.vue
datax-ui/src/views/system/config/ConfigEdit.vue
+1
-2
ConfigList.vue
datax-ui/src/views/system/config/ConfigList.vue
+3
-4
DeptAdd.vue
datax-ui/src/views/system/dept/DeptAdd.vue
+1
-2
DeptDetail.vue
datax-ui/src/views/system/dept/DeptDetail.vue
+1
-2
DeptEdit.vue
datax-ui/src/views/system/dept/DeptEdit.vue
+1
-2
DeptList.vue
datax-ui/src/views/system/dept/DeptList.vue
+3
-4
DictAdd.vue
datax-ui/src/views/system/dict/DictAdd.vue
+1
-2
DictDetail.vue
datax-ui/src/views/system/dict/DictDetail.vue
+1
-2
DictEdit.vue
datax-ui/src/views/system/dict/DictEdit.vue
+1
-2
DictItemAdd.vue
datax-ui/src/views/system/dict/item/DictItemAdd.vue
+1
-2
DictItemDetail.vue
datax-ui/src/views/system/dict/item/DictItemDetail.vue
+1
-2
DictItemEdit.vue
datax-ui/src/views/system/dict/item/DictItemEdit.vue
+1
-2
DictItemList.vue
datax-ui/src/views/system/dict/item/DictItemList.vue
+3
-4
MenuAdd.vue
datax-ui/src/views/system/menu/MenuAdd.vue
+1
-2
MenuDetail.vue
datax-ui/src/views/system/menu/MenuDetail.vue
+1
-2
MenuEdit.vue
datax-ui/src/views/system/menu/MenuEdit.vue
+1
-2
MenuList.vue
datax-ui/src/views/system/menu/MenuList.vue
+3
-4
PostAdd.vue
datax-ui/src/views/system/post/PostAdd.vue
+1
-2
PostDetail.vue
datax-ui/src/views/system/post/PostDetail.vue
+1
-2
PostEdit.vue
datax-ui/src/views/system/post/PostEdit.vue
+1
-2
PostList.vue
datax-ui/src/views/system/post/PostList.vue
+3
-4
RoleAdd.vue
datax-ui/src/views/system/role/RoleAdd.vue
+1
-2
RoleDetail.vue
datax-ui/src/views/system/role/RoleDetail.vue
+1
-2
RoleEdit.vue
datax-ui/src/views/system/role/RoleEdit.vue
+1
-2
RoleList.vue
datax-ui/src/views/system/role/RoleList.vue
+3
-4
UserAdd.vue
datax-ui/src/views/system/user/UserAdd.vue
+1
-2
UserDetail.vue
datax-ui/src/views/system/user/UserDetail.vue
+1
-2
UserEdit.vue
datax-ui/src/views/system/user/UserEdit.vue
+1
-2
UserList.vue
datax-ui/src/views/system/user/UserList.vue
+4
-5
No files found.
datax-ui/src/views/factory/dataset/DataSetAdd.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -59,7 +59,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'数据集新增'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/factory/dataset/DataSetDetail.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -58,7 +58,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'数据集详情'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/factory/dataset/DataSetEdit.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -59,7 +59,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'数据集编辑'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/factory/dataset/DataSetList.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
:inline=
"true"
>
<el-form-item
label=
"数据集名称"
prop=
"setName"
>
<el-input
...
...
@@ -166,8 +166,7 @@ export default {
name
:
'DataSetList'
,
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
tableHeight
:
document
.
body
.
offsetHeight
-
230
+
'px'
,
tableHeight
:
document
.
body
.
offsetHeight
-
340
+
'px'
,
// 展示切换
showOptions
:
{
data
:
{},
...
...
datax-ui/src/views/factory/datasource/DataSourceAdd.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -22,19 +22,19 @@
<el-form-item
label=
"数据源名称"
prop=
"sourceName"
>
<el-input
v-model=
"form.sourceName"
placeholder=
"请输入数据源名称"
/>
</el-form-item>
<el-form-item
label=
"主机"
prop=
"host"
>
<el-form-item
label=
"主机"
prop=
"
dbSchema.
host"
>
<el-input
v-model=
"form.dbSchema.host"
placeholder=
"请输入主机"
/>
</el-form-item>
<el-form-item
label=
"端口"
prop=
"port"
>
<el-form-item
label=
"端口"
prop=
"
dbSchema.
port"
>
<el-input
v-model=
"form.dbSchema.port"
placeholder=
"请输入端口"
/>
</el-form-item>
<el-form-item
label=
"数据库"
prop=
"dbName"
>
<el-form-item
label=
"数据库"
prop=
"db
Schema.db
Name"
>
<el-input
v-model=
"form.dbSchema.dbName"
placeholder=
"请输入数据库"
/>
</el-form-item>
<el-form-item
label=
"用户名"
prop=
"username"
>
<el-form-item
label=
"用户名"
prop=
"
dbSchema.
username"
>
<el-input
v-model=
"form.dbSchema.username"
placeholder=
"请输入用户名"
/>
</el-form-item>
<el-form-item
label=
"密码"
prop=
"password"
>
<el-form-item
label=
"密码"
prop=
"
dbSchema.
password"
>
<el-input
v-model=
"form.dbSchema.password"
placeholder=
"请输入密码"
/>
</el-form-item>
<el-form-item
label=
"状态"
prop=
"status"
>
...
...
@@ -69,7 +69,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'数据源新增'
,
// 展示切换
showOptions
:
{
...
...
@@ -98,19 +97,19 @@ export default {
sourceName
:
[
{
required
:
true
,
message
:
'数据源名称不能为空'
,
trigger
:
'blur'
}
],
host
:
[
'dbSchema.host'
:
[
{
required
:
true
,
message
:
'主机不能为空'
,
trigger
:
'blur'
}
],
port
:
[
'dbSchema.port'
:
[
{
required
:
true
,
message
:
'端口不能为空'
,
trigger
:
'blur'
}
],
dbName
:
[
'dbSchema.dbName'
:
[
{
required
:
true
,
message
:
'数据库不能为空'
,
trigger
:
'blur'
}
],
username
:
[
'dbSchema.username'
:
[
{
required
:
true
,
message
:
'用户名不能为空'
,
trigger
:
'blur'
}
],
password
:
[
'dbSchema.password'
:
[
{
required
:
true
,
message
:
'密码不能为空'
,
trigger
:
'blur'
}
]
},
...
...
datax-ui/src/views/factory/datasource/DataSourceDetail.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -68,7 +68,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'数据源详情'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/factory/datasource/DataSourceEdit.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -69,7 +69,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'数据源编辑'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/factory/datasource/DataSourceList.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
:inline=
"true"
>
<el-form-item
label=
"数据源名称"
prop=
"sourceName"
>
<el-input
...
...
@@ -99,7 +99,7 @@
border
tooltip-effect=
"dark"
:size=
"tableSize"
:
max-
height=
"tableHeight"
:height=
"tableHeight"
style=
"width: 100%;margin: 15px 0;"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
...
...
@@ -166,8 +166,7 @@ export default {
name
:
'DataSourceList'
,
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
tableHeight
:
document
.
body
.
offsetHeight
-
230
+
'px'
,
tableHeight
:
document
.
body
.
offsetHeight
-
340
+
'px'
,
// 展示切换
showOptions
:
{
data
:
{},
...
...
datax-ui/src/views/monitor/loginlog/LogDetail.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -43,7 +43,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'登录日志详情'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/monitor/loginlog/LogList.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
:inline=
"true"
>
<el-form-item
label=
"用户名称"
prop=
"userName"
>
<el-input
...
...
@@ -84,7 +84,7 @@
border
tooltip-effect=
"dark"
:size=
"tableSize"
:
max-
height=
"tableHeight"
:height=
"tableHeight"
style=
"width: 100%;margin: 15px 0;"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
...
...
@@ -144,8 +144,7 @@ export default {
name
:
'LoginLogList'
,
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
tableHeight
:
document
.
body
.
offsetHeight
-
230
+
'px'
,
tableHeight
:
document
.
body
.
offsetHeight
-
340
+
'px'
,
// 展示切换
showOptions
:
{
data
:
{},
...
...
datax-ui/src/views/monitor/operlog/LogDetail.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -70,7 +70,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'操作日志详情'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/monitor/operlog/LogList.vue
View file @
c1773542
...
...
@@ -159,7 +159,7 @@ export default {
name
:
'OperLogList'
,
data
()
{
return
{
tableHeight
:
document
.
body
.
offsetHeight
-
3
3
0
+
'px'
,
tableHeight
:
document
.
body
.
offsetHeight
-
3
4
0
+
'px'
,
// 展示切换
showOptions
:
{
data
:
{},
...
...
datax-ui/src/views/scheduler/job/JobAdd.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -56,7 +56,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'任务新增'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/scheduler/job/JobDetail.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -55,7 +55,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'任务详情'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/scheduler/job/JobEdit.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -56,7 +56,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'任务编辑'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/scheduler/job/JobList.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
:inline=
"true"
>
<el-form-item
label=
"任务名称"
prop=
"jobName"
>
<el-input
...
...
@@ -123,7 +123,7 @@
border
tooltip-effect=
"dark"
:size=
"tableSize"
:
max-
height=
"tableHeight"
:height=
"tableHeight"
style=
"width: 100%;margin: 15px 0;"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
...
...
@@ -211,8 +211,7 @@ export default {
name
:
'JobList'
,
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
tableHeight
:
document
.
body
.
offsetHeight
-
230
+
'px'
,
tableHeight
:
document
.
body
.
offsetHeight
-
340
+
'px'
,
// 展示切换
showOptions
:
{
data
:
{},
...
...
datax-ui/src/views/scheduler/log/JobLogDetail.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -43,7 +43,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'任务日志详情'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/scheduler/log/JobLogList.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
:inline=
"true"
>
<el-form-item
label=
"定时任务"
prop=
"jobId"
>
<el-select
...
...
@@ -91,7 +91,7 @@
border
tooltip-effect=
"dark"
:size=
"tableSize"
:
max-
height=
"tableHeight"
:height=
"tableHeight"
style=
"width: 100%;margin: 15px 0;"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
...
...
@@ -152,8 +152,7 @@ export default {
name
:
'JobLogList'
,
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
tableHeight
:
document
.
body
.
offsetHeight
-
230
+
'px'
,
tableHeight
:
document
.
body
.
offsetHeight
-
340
+
'px'
,
// 展示切换
showOptions
:
{
data
:
{},
...
...
datax-ui/src/views/system/config/ConfigAdd.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -50,7 +50,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'参数新增'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/system/config/ConfigDetail.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -49,7 +49,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'参数详情'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/system/config/ConfigEdit.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -50,7 +50,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'参数编辑'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/system/config/ConfigList.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
:inline=
"true"
>
<el-form-item
label=
"参数名称"
prop=
"configName"
>
<el-input
...
...
@@ -106,7 +106,7 @@
border
tooltip-effect=
"dark"
:size=
"tableSize"
:
max-
height=
"tableHeight"
:height=
"tableHeight"
style=
"width: 100%;margin: 15px 0;"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
...
...
@@ -173,8 +173,7 @@ export default {
name
:
'ConfigList'
,
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
tableHeight
:
document
.
body
.
offsetHeight
-
230
+
'px'
,
tableHeight
:
document
.
body
.
offsetHeight
-
340
+
'px'
,
// 展示切换
showOptions
:
{
data
:
{},
...
...
datax-ui/src/views/system/dept/DeptAdd.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -54,7 +54,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'部门新增'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/system/dept/DeptDetail.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -53,7 +53,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'部门详情'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/system/dept/DeptEdit.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -54,7 +54,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'部门编辑'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/system/dept/DeptList.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<el-row
type=
"flex"
justify=
"space-between"
>
<el-col
:span=
"12"
>
<el-button-group>
...
...
@@ -60,7 +60,7 @@
border
tooltip-effect="dark"
:size="tableSize"
:
max-
height="tableHeight"
:height="tableHeight"
default-expand-all
style="width: 100%;margin: 15px 0;"
>
...
...
@@ -120,8 +120,7 @@ export default {
name
:
'DeptList'
,
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
tableHeight
:
document
.
body
.
offsetHeight
-
230
+
'px'
,
tableHeight
:
document
.
body
.
offsetHeight
-
340
+
'px'
,
// 展示切换
showOptions
:
{
data
:
{},
...
...
datax-ui/src/views/system/dict/DictAdd.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -47,7 +47,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'字典新增'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/system/dict/DictDetail.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -46,7 +46,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'字典详情'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/system/dict/DictEdit.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -47,7 +47,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
200
+
'px'
,
title
:
'字典编辑'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/system/dict/item/DictItemAdd.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -50,7 +50,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'字典项新增'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/system/dict/item/DictItemDetail.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -49,7 +49,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'字典项详情'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/system/dict/item/DictItemEdit.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -50,7 +50,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'字典项编辑'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/system/dict/item/DictItemList.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
:inline=
"true"
>
<el-form-item
label=
"字典项文本"
prop=
"itemText"
>
<el-input
...
...
@@ -107,7 +107,7 @@
border
tooltip-effect=
"dark"
:size=
"tableSize"
:
max-
height=
"tableHeight"
:height=
"tableHeight"
style=
"width: 100%;margin: 15px 0;"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
...
...
@@ -182,8 +182,7 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
tableHeight
:
document
.
body
.
offsetHeight
-
230
+
'px'
,
tableHeight
:
document
.
body
.
offsetHeight
-
340
+
'px'
,
// 展示切换
showOptions
:
{
data
:
{},
...
...
datax-ui/src/views/system/menu/MenuAdd.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -81,7 +81,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'资源新增'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/system/menu/MenuDetail.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -80,7 +80,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'资源详情'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/system/menu/MenuEdit.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -81,7 +81,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'资源编辑'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/system/menu/MenuList.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<el-row
type=
"flex"
justify=
"space-between"
>
<el-col
:span=
"12"
>
<el-button-group>
...
...
@@ -60,7 +60,7 @@
border
tooltip-effect="dark"
:size="tableSize"
:
max-
height="tableHeight"
:height="tableHeight"
style="width: 100%;margin: 15px 0;"
>
<template
v-for=
"(item, index) in tableColumns"
>
...
...
@@ -119,8 +119,7 @@ export default {
name
:
'MenuList'
,
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
tableHeight
:
document
.
body
.
offsetHeight
-
230
+
'px'
,
tableHeight
:
document
.
body
.
offsetHeight
-
340
+
'px'
,
// 展示切换
showOptions
:
{
data
:
{},
...
...
datax-ui/src/views/system/post/PostAdd.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -44,7 +44,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'岗位新增'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/system/post/PostDetail.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -43,7 +43,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'岗位详情'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/system/post/PostEdit.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -44,7 +44,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'岗位编辑'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/system/post/PostList.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
:inline=
"true"
>
<el-form-item
label=
"岗位名称"
prop=
"postName"
>
<el-input
...
...
@@ -99,7 +99,7 @@
border
tooltip-effect=
"dark"
:size=
"tableSize"
:
max-
height=
"tableHeight"
:height=
"tableHeight"
style=
"width: 100%;margin: 15px 0;"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
...
...
@@ -166,8 +166,7 @@ export default {
name
:
'PostList'
,
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
tableHeight
:
document
.
body
.
offsetHeight
-
230
+
'px'
,
tableHeight
:
document
.
body
.
offsetHeight
-
340
+
'px'
,
// 展示切换
showOptions
:
{
data
:
{},
...
...
datax-ui/src/views/system/role/RoleAdd.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -87,7 +87,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'角色新增'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/system/role/RoleDetail.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -88,7 +88,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'角色详情'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/system/role/RoleEdit.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -89,7 +89,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'角色编辑'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/system/role/RoleList.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
:inline=
"true"
>
<el-form-item
label=
"角色名称"
prop=
"roleName"
>
<el-input
...
...
@@ -99,7 +99,7 @@
border
tooltip-effect=
"dark"
:size=
"tableSize"
:
max-
height=
"tableHeight"
:height=
"tableHeight"
style=
"width: 100%;margin: 15px 0;"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
...
...
@@ -166,8 +166,7 @@ export default {
name
:
'RoleList'
,
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
tableHeight
:
document
.
body
.
offsetHeight
-
230
+
'px'
,
tableHeight
:
document
.
body
.
offsetHeight
-
340
+
'px'
,
// 展示切换
showOptions
:
{
data
:
{},
...
...
datax-ui/src/views/system/user/UserAdd.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -92,7 +92,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'用户新增'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/system/user/UserDetail.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -91,7 +91,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'用户详情'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/system/user/UserEdit.vue
View file @
c1773542
<
template
>
<div>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<div
slot=
"header"
class=
"clearfix"
>
<span>
{{
title
}}
</span>
<el-button-group
style=
"float: right;"
>
...
...
@@ -92,7 +92,6 @@ export default {
},
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
title
:
'用户编辑'
,
// 展示切换
showOptions
:
{
...
...
datax-ui/src/views/system/user/UserList.vue
View file @
c1773542
...
...
@@ -2,7 +2,7 @@
<div>
<el-row
:gutter=
"20"
>
<el-col
:span=
"4"
>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<el-tree
:data=
"deptOptions"
default-expand-all
...
...
@@ -15,7 +15,7 @@
</el-card>
</el-col>
<el-col
:span=
"20"
>
<el-card
class=
"box-card"
shadow=
"always"
:body-style=
"
{ height: bodyHeight }" style="overflow-y: auto;"
>
<el-card
class=
"box-card"
shadow=
"always"
>
<el-form
:model=
"queryParams"
ref=
"queryForm"
:inline=
"true"
>
<el-form-item
label=
"用户名称"
prop=
"username"
>
<el-input
...
...
@@ -133,7 +133,7 @@
border
tooltip-effect=
"dark"
:size=
"tableSize"
:
max-
height=
"tableHeight"
:height=
"tableHeight"
style=
"width: 100%;margin: 15px 0;"
>
<el-table-column
type=
"selection"
width=
"55"
align=
"center"
/>
...
...
@@ -204,8 +204,7 @@ export default {
name
:
'UserList'
,
data
()
{
return
{
bodyHeight
:
document
.
body
.
offsetHeight
-
130
+
'px'
,
tableHeight
:
document
.
body
.
offsetHeight
-
230
+
'px'
,
tableHeight
:
document
.
body
.
offsetHeight
-
340
+
'px'
,
// 展示切换
showOptions
:
{
data
:
{},
...
...
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