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
97c66476
authored
2025-09-19 16:10:54 +0800
by
lihua
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改Pb*Pr公式
1 parent
ae5b6681
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
3 deletions
src/views/data_anonymization/anonTaskCreate.vue
src/views/data_anonymization/anonTaskCreate.vue
View file @
97c6647
...
...
@@ -1117,7 +1117,7 @@ onUnmounted(() => {
<img
src=
"../../assets/images/empty-data.png"
:style=
"{ width: '168px', height: '96px' }"
/>
<div
class=
"empty-text"
>
暂无数据
</div>
</div>
<PageNav
:class=
"[pageInfo.type]"
:pageInfo=
"pageInfo"
@
pageChange=
"pageChange"
/>
<PageNav
v-show=
"analysisResultTableFields.length"
:class=
"[pageInfo.type]"
:pageInfo=
"pageInfo"
@
pageChange=
"pageChange"
/>
<div
v-show=
"Object.keys(analysisResultInfo).length > 0"
>
<div
class=
"value-desc"
><span
style=
"font-weight: 600;margin-right: 8px;"
>
重标识风险指标
</span>
{{ 'Rb=' +
changeNum(analysisResultInfo.reIdentifyRiskRb || 0, 2) + ' Rc='
...
...
@@ -1129,9 +1129,9 @@ onUnmounted(() => {
}}
</div>
<div
v-show=
"analysisResultInfo.reIdentifyOverallRisk != 1"
class=
"value-desc"
><span
style=
"font-weight: 600;margin-right: 8px;"
>
重标识总体风险
</span>
{{
'R=Rc*pr(context)='
+
(oldAnonTaskValueInfo.dataSharingTypeCode == '01' ? 'R=Rb*pr(context)=' : 'R=Rc*pr(context)=')
+
analysisResultInfo.reIdentifyOverallRisk || 0 }}
</div>
<div
class=
"value-desc"
style=
"font-weight: 600;"
>
{{ '重标识总体风险值' + ((
oldAnonTaskValueInfo.anonPrivacyMode?.riskThreshol
&&
parseInt(oldAnonTaskValueInfo.anonPrivacyMode?.riskThreshol)
|| 0) > (oldAnonTaskValueInfo.anonPrivacyMode?.riskThreshol
&&
parseInt(oldAnonTaskValueInfo.anonPrivacyMode?.riskThreshol) || 0.05) ? '大于' : ((analysisResultInfo.reIdentifyOverallRisk || 0) == (oldAnonTaskValueInfo.anonPrivacyMode?.riskThreshol
&&
parseInt(oldAnonTaskValueInfo.anonPrivacyMode?.riskThreshol) || 0.05) ?
<div
class=
"value-desc"
style=
"font-weight: 600;"
>
{{ '重标识总体风险值' + ((
analysisResultInfo.reIdentifyOverallRisk
|| 0) > (oldAnonTaskValueInfo.anonPrivacyMode?.riskThreshol
&&
parseInt(oldAnonTaskValueInfo.anonPrivacyMode?.riskThreshol) || 0.05) ? '大于' : ((analysisResultInfo.reIdentifyOverallRisk || 0) == (oldAnonTaskValueInfo.anonPrivacyMode?.riskThreshol
&&
parseInt(oldAnonTaskValueInfo.anonPrivacyMode?.riskThreshol) || 0.05) ?
'等于' : '小于')) + '可接受风险阈值' +
(oldAnonTaskValueInfo.anonPrivacyMode?.riskThreshold ==
null ?
...
...
@@ -1346,4 +1346,18 @@ onUnmounted(() => {
border-bottom
:
1px
solid
#d9d9d9
;
}
}
.empty-content
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
height
:
316px
;
width
:
100%
;
flex-direction
:
column
;
.empty-text
{
font-size
:
14px
;
color
:
#b2b2b2
;
}
}
</
style
>
\ No newline at end of file
...
...
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