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
6226e6ed
authored
2025-08-27 18:09:47 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix
1 parent
4d239f80
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/data_anonymization/sensitiveIdentifyConfig.vue
src/views/data_anonymization/sensitiveIdentifyConfig.vue
View file @
6226e6e
...
...
@@ -709,12 +709,12 @@ const cntLabelMap = ref({
<
span
>
{{
scope
.
row
.
labelTypeName
||
'--'
}}
<
/span
>
<
/template
>
<
/el-table-column
>
<
el
-
table
-
column
label
=
"所属表名"
prop
=
"tableChName"
width
=
"140"
align
=
"left"
show
-
overflow
-
tooltip
>
<
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
=
"160"
align
=
"left"
<
el
-
table
-
column
label
=
"所属表英文名"
prop
=
"tableName"
width
=
"160"
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