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
fb3cc103
Commit
fb3cc103
authored
Dec 09, 2024
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改质量白名单
parent
ad6c3251
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
3 deletions
+15
-3
connectBodyModal.vue
...aQuality/agentClass/qualityWhitelist/connectBodyModal.vue
+15
-3
No files found.
src/views/dataQuality/agentClass/qualityWhitelist/connectBodyModal.vue
View file @
fb3cc103
...
@@ -7,7 +7,13 @@
...
@@ -7,7 +7,13 @@
@
ok=
"handleSubmit"
@
ok=
"handleSubmit"
>
>
<div
style=
"display: flex; justify-content: flex-end; padding-bottom: 10px"
>
<div
style=
"display: flex; justify-content: flex-end; padding-bottom: 10px"
>
<a-button
style=
"margin-right: 5px"
type=
"primary"
@
click=
"upload"
>
更新名单
</a-button>
<a-button
style=
"margin-right: 5px"
type=
"primary"
:disabled=
"isSave === 'false'"
@
click=
"upload"
>
更新名单
</a-button
>
<a-button
style=
"margin-right: 5px"
type=
"primary"
@
click=
"handleSave"
>
保存
</a-button>
<a-button
style=
"margin-right: 5px"
type=
"primary"
@
click=
"handleSave"
>
保存
</a-button>
</div>
</div>
<Description
size=
"middle"
title=
"基本信息"
:bordered=
"false"
/>
<Description
size=
"middle"
title=
"基本信息"
:bordered=
"false"
/>
...
@@ -24,8 +30,12 @@
...
@@ -24,8 +30,12 @@
<Description
size=
"middle"
title=
"名单数据"
:bordered=
"false"
/>
<Description
size=
"middle"
title=
"名单数据"
:bordered=
"false"
/>
<BasicTable
@
register=
"registerPartitionTable"
>
<BasicTable
@
register=
"registerPartitionTable"
>
<template
#
toolbar
>
<template
#
toolbar
>
<a-button
type=
"primary"
@
click=
"handleDownload"
>
下载查找结果
</a-button>
<a-button
type=
"primary"
@
click=
"handleDownload"
:disabled=
"isSave === 'false'"
<a-button
type=
"primary"
@
click=
"handleDownload"
>
下载全部
</a-button>
>
下载查找结果
</a-button
>
<a-button
type=
"primary"
@
click=
"handleDownload"
:disabled=
"isSave === 'false'"
>
下载全部
</a-button
>
</
template
>
</
template
>
</BasicTable>
</BasicTable>
</BasicModal>
</BasicModal>
...
@@ -53,6 +63,7 @@
...
@@ -53,6 +63,7 @@
const
emit
=
defineEmits
([
'success'
,
'register'
]);
const
emit
=
defineEmits
([
'success'
,
'register'
]);
const
{
createMessage
}
=
useMessage
();
const
{
createMessage
}
=
useMessage
();
const
title
=
ref
();
const
title
=
ref
();
const
isSave
=
ref
(
'false'
);
const
[
registerUploadModal
,
{
openModal
:
openUploadModal
}]
=
useModal
();
const
[
registerUploadModal
,
{
openModal
:
openUploadModal
}]
=
useModal
();
//获取接口数据并放在下拉框里(这里是打开了一个弹框)
//获取接口数据并放在下拉框里(这里是打开了一个弹框)
//初始化表单
//初始化表单
...
@@ -98,6 +109,7 @@
...
@@ -98,6 +109,7 @@
createMessage
.
success
(
'下载成功'
);
createMessage
.
success
(
'下载成功'
);
}
}
function
handleSave
()
{
function
handleSave
()
{
isSave
.
value
=
'true'
;
createMessage
.
success
(
'保存成功'
);
createMessage
.
success
(
'保存成功'
);
}
}
function
upload
()
{
function
upload
()
{
...
...
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