Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
csbr-daop
/
fe-data-trusted-space
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
1d3cb7f4
authored
2025-08-27 18:20:17 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
6226e6ed
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
14 deletions
src/views/data_anonymization/sensitiveIdentifyConfig.vue
src/views/data_anonymization/sensitiveIdentifyConfig.vue
View file @
1d3cb7f
...
...
@@ -290,6 +290,14 @@ const getSensitiveFieldLabelData = (info?: {
}
return
d
;
})
||
[]);
let
list
=
data
[
'确认状态'
];
if
(
info
?.
setStatus
!==
false
||
!
pageInfo
.
value
.
confirmStatus
?.
length
)
{
confirmStatusList
.
value
=
list
?.
map
(
d
=>
{
d
.
guid
=
d
.
confirmStatus
;
d
.
label
=
d
.
confirmStatus
==
'Y'
?
'已确认'
:
'未确认'
;
return
d
;
})
||
[]
};
(
info
?.
setType
!==
false
||
!
pageInfo
.
value
.
labelTypeCodes
?.
length
)
&&
(
labelTypeDataList
.
value
=
data
[
'标签类型'
]?.
map
(
d
=>
{
d
.
guid
=
d
.
labelTypeCode
;
if
(
!
d
.
labelTypeCode
)
{
...
...
@@ -298,11 +306,6 @@ const getSensitiveFieldLabelData = (info?: {
}
return
d
;
})
||
[])
(
info
?.
setStatus
!==
false
||
!
pageInfo
.
value
.
confirmStatus
?.
length
)
&&
(
confirmStatusList
.
value
=
data
[
'确认状态'
]?.
map
(
d
=>
{
d
.
guid
=
d
.
confirmStatus
;
d
.
label
=
d
.
confirmStatus
==
'Y'
?
'已确认'
:
'未确认'
;
return
d
;
})
||
[])
}
else
{
proxy
.
$ElMessage
({
type
:
'error'
,
...
...
@@ -433,13 +436,7 @@ const confirmStatusList: any = ref([]);
const
popoverStatusListInfo
=
computed
(()
=>
{
return
{
type
:
'checkbox-list-btns'
,
data
:
confirmStatusList
.
value
||
[{
guid
:
'N'
,
label
:
'待确认'
},
{
guid
:
'Y'
,
label
:
'已确认'
}],
data
:
confirmStatusList
.
value
,
placeholder
:
'请输入关键字搜索'
,
scope
:
{
row
:
{}
...
...
@@ -714,8 +711,7 @@ const cntLabelMap = ref({
<
span
>
{{
scope
.
row
.
tableChName
||
'--'
}}
<
/span
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"所属表英文名"
prop
=
"tableName"
width
=
"160"
align
=
"left"
show
-
overflow
-
tooltip
>
<
el
-
table
-
column
label
=
"所属表英文名"
prop
=
"tableName"
:
width
=
"dataSource == 1 ? 160 : 130"
align
=
"left"
show
-
overflow
-
tooltip
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"确认状态"
prop
=
"confirmStatus"
class
-
name
=
"filter-cell"
width
=
"120"
align
=
"center"
show
-
overflow
-
tooltip
>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment