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
f9df65cb
authored
2025-09-19 15:09:10 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
重标识总体风险值大于小于需根据具体的值显示
1 parent
75a0bc78
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/views/data_anonymization/anonTaskCreate.vue
src/views/data_anonymization/anonTaskCreate.vue
View file @
f9df65c
...
...
@@ -1131,7 +1131,8 @@ onUnmounted(() => {
<div
class=
"value-desc"
><span
style=
"font-weight: 600;margin-right: 8px;"
>
重标识总体风险
</span>
{{
'R=Rc*pr(context)=' +
analysisResultInfo.reIdentifyOverallRisk || 0 }}
</div>
<div
class=
"value-desc"
style=
"font-weight: 600;"
>
{{ '重标识总体风险值小于可接受风险阈值' +
<div
class=
"value-desc"
style=
"font-weight: 600;"
>
{{ '重标识总体风险值' + ((analysisResultInfo.reIdentifyOverallRisk || 0) > (oldAnonTaskValueInfo.anonPrivacyMode?.riskThreshol || 0.05) ? '大于' : ((analysisResultInfo.reIdentifyOverallRisk || 0) == (oldAnonTaskValueInfo.anonPrivacyMode?.riskThreshol || 0.05) ?
'等于' : '小于')) + '可接受风险阈值' +
(oldAnonTaskValueInfo.anonPrivacyMode?.riskThreshold ==
null ?
0.05 : (changeNum(oldAnonTaskValueInfo.anonPrivacyMode?.riskThreshold || 0, 2))) + ',评为' +
...
...
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