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
9eca34c5
Commit
9eca34c5
authored
Dec 13, 2024
by
baiyinhao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
7b2a4100
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
detailModal.vue
.../dataQuality/dataSheet/task/qualityReport/detailModal.vue
+2
-4
No files found.
src/views/dataQuality/dataSheet/task/qualityReport/detailModal.vue
View file @
9eca34c5
...
...
@@ -11,9 +11,7 @@
<BasicForm
@
register=
"registerForm"
/>
<BasicTable
@
register=
"registerTable"
>
<template
#
toolbar
>
<a-button
type=
"primary"
@
click=
"handleAddWhite"
v-if=
"isWhite"
>
添加问题数据到白名单
</a-button
>
<a-button
type=
"primary"
@
click=
"handleAddWhite"
>
添加问题数据到白名单
</a-button>
<a-button
type=
"primary"
@
click=
"handleSetRule"
>
设置问题规则
</a-button>
</
template
>
<
template
#
bodyCell=
"{ column, record }"
>
...
...
@@ -55,7 +53,7 @@
const
{
createMessage
}
=
useMessage
();
const
title
=
ref
();
const
tableData
=
ref
([]);
const
isWhite
=
ref
(
fals
e
);
const
isWhite
=
ref
(
tru
e
);
const
[
registerWhiteListModal
,
{
setModalProps
:
setWhiteListModalProps
,
openModal
:
openWhiteListModal
},
...
...
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