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
4d239f80
authored
2025-08-27 18:07:39 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
28477bee
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
src/components/Popover/index.vue
src/views/data_anonymization/sensitiveIdentifyConfig.vue
src/components/Popover/index.vue
View file @
4d239f8
...
...
@@ -104,7 +104,7 @@ watch(() => props.popoverInfo, async (val) => {
</
template
>
<
template
v-else-if=
"type == 'checkbox-list-btns'"
>
<div
class=
"content_body"
>
<el-input
v-model
.
trim=
"inputValue"
v-show=
"popoverInfo.data?.length >
5
"
:placeholder=
"props.popoverInfo.placeholder ?? '请输入权限名称'"
:prefix-icon=
"Search"
clearable
<el-input
v-model
.
trim=
"inputValue"
v-show=
"popoverInfo.data?.length >
8
"
:placeholder=
"props.popoverInfo.placeholder ?? '请输入权限名称'"
:prefix-icon=
"Search"
clearable
@
input=
"filterPopover"
/>
<el-checkbox-group
v-model=
"checkedVal"
@
change=
"handleCheckedCitiesChange"
>
<el-checkbox
v-for=
"auth in authorities"
:key=
"auth.guid"
:value=
"auth.guid"
>
{{
auth
[
dataProps
.
label
||
'dataPermissionName'
]
...
...
src/views/data_anonymization/sensitiveIdentifyConfig.vue
View file @
4d239f8
...
...
@@ -158,7 +158,7 @@ const getExecSensitiveTableData = () => {
}
d
.
tableList
=
d
.
tableList
?.
map
(
t
=>
{
t
.
value
=
`
${
d
.
databaseName
}
-
${
t
.
tableName
}
`
;
t
.
label
=
dataSource
.
value
==
1
?
`
${
t
.
tableChName
}
(
${
t
.
tableName
}
)`
:
t
.
tableChName
;
t
.
label
=
dataSource
.
value
==
1
?
(
t
.
tableChName
||
t
.
tableName
)
:
t
.
tableChName
;
t
.
parent
=
d
.
databaseName
;
return
t
;
})
||
[]
...
...
@@ -710,8 +710,11 @@ const cntLabelMap = ref({
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"所属表名"
prop
=
"tableChName"
width
=
"140"
align
=
"left"
show
-
overflow
-
tooltip
>
<
template
#
default
=
"scope"
>
<
span
>
{{
scope
.
row
.
tableChName
||
'--'
}}
<
/span
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
v
-
if
=
"dataSource == 1"
label
=
"所属表英文名"
prop
=
"tableName"
width
=
"1
4
0"
align
=
"left"
<
el
-
table
-
column
v
-
if
=
"dataSource == 1"
label
=
"所属表英文名"
prop
=
"tableName"
width
=
"1
6
0"
align
=
"left"
show
-
overflow
-
tooltip
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"确认状态"
prop
=
"confirmStatus"
class
-
name
=
"filter-cell"
width
=
"120"
align
=
"center"
...
...
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