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
9e6cb53e
authored
2025-09-19 17:08:36 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: 重标识大于小于
1 parent
ef773f30
Hide 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 @
9e6cb53
...
...
@@ -1137,10 +1137,10 @@ onUnmounted(() => {
<div
class=
"value-desc"
style=
"font-weight: 600;"
>
{{ '重标识总体风险值' +
((analysisResultInfo.reIdentifyOverallRisk ||
0) > (oldAnonTaskValueInfo.anonPrivacyMode?.riskThreshol
&&
parse
In
t(oldAnonTaskValueInfo.anonPrivacyMode?.riskThreshol) || 0.05) ? '大于' :
parse
Floa
t(oldAnonTaskValueInfo.anonPrivacyMode?.riskThreshol) || 0.05) ? '大于' :
((analysisResultInfo.reIdentifyOverallRisk || 0) == (oldAnonTaskValueInfo.anonPrivacyMode?.riskThreshol
&&
parse
In
t(oldAnonTaskValueInfo.anonPrivacyMode?.riskThreshol) || 0.05) ?
parse
Floa
t(oldAnonTaskValueInfo.anonPrivacyMode?.riskThreshol) || 0.05) ?
'等于' : '小于')) + '可接受风险阈值' +
(oldAnonTaskValueInfo.anonPrivacyMode?.riskThreshold ==
null ?
...
...
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