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
67c809d7
authored
2026-02-11 15:19:29 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
敏感数据识别数据来源没有文件夹
1 parent
da2ff56e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
src/views/data_anonymization/sensitiveIdentify.vue
src/views/data_anonymization/sensitiveIdentify.vue
View file @
67c809d
...
...
@@ -33,7 +33,13 @@ const searchItemList = ref([{
label
:
""
,
field
:
"dataSource"
,
default
:
null
,
options
:
dataSourceTypeList
,
options
:
[{
value
:
1
,
label
:
'数据库'
},
{
value
:
2
,
label
:
'文件导入'
}],
placeholder
:
"数据来源"
,
clearable
:
true
,
filterable
:
true
,
...
...
@@ -213,7 +219,13 @@ const newCreateTaskFormItems = ref([{
placeholder
:
'请选择'
,
field
:
'dataSource'
,
default
:
1
,
options
:
dataSourceTypeList
,
options
:
[{
value
:
1
,
label
:
'数据库'
},
{
value
:
2
,
label
:
'文件导入'
}],
props
:
{
label
:
"label"
,
value
:
"value"
,
...
...
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