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
ae163fda
authored
2026-02-12 10:39:00 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
隐藏准标识符
1 parent
2ebca8c3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/data_anonymization/anonTaskCreate.vue
src/views/data_anonymization/anonTaskCreate.vue
View file @
ae163fd
...
...
@@ -189,7 +189,7 @@
<
template
v-if=
"step == 0"
>
<el-button
@
click=
"cancelTask"
>
取消
</el-button>
<el-button
type=
"primary"
:disabled=
"formRef?.formInline?.handleType == '02' && formRef?.formInline?.dataSource == 3 && dicomStatisticsData?.
progress != 100
"
:disabled=
"formRef?.formInline?.handleType == '02' && formRef?.formInline?.dataSource == 3 && dicomStatisticsData?.
state == 'Y'
"
@
click=
"changeStep(formRef?.formInline?.handleType == '02' ? 3 : 2)"
>
下一步
</el-button>
</
template
>
<
template
v-else-if=
"step == 1"
>
...
...
@@ -685,7 +685,7 @@ const setDataSelectFormItems = (info, isDetail = false) => {
item
.
default
=
''
;
}
}
else
if
(
item
.
field
==
'qualifiedIdentifier'
)
{
item
.
visible
=
info
[
'handleType'
]
==
'02'
;
item
.
visible
=
info
[
'handleType'
]
==
'02'
&&
info
[
'dataSource'
]
!=
3
;
if
(
info
[
'dataSource'
]
==
3
)
{
item
.
options
=
qualifiedIdentifierFloderList
.
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