8308acdc by lihua

报告漏字修改

1 parent 7ce0f7ed
......@@ -209,7 +209,7 @@
<p style="margin: 0px;white-space: pre-wrap;text-indent: 2em;">{{ `评估日期:${analysisResultInfo.execTime ? analysisResultInfo.execTime.substring(0, 10) : ''}` }}</p>
<!-- 2. 评估准备 -->
<h1 class="MsoHeading1" style="text-align: left;margin-top: 10px;margin-bottom: 10px;">二、评估准备</h1>
<p style="margin: 0px;white-space: pre-wrap;text-indent: 2em;">{{ `数据集与环境确认:待评估数据集包含${analysisResultInfo?.column?.slice(0, 4)?.map(f => f.chName).join('、')}${analysisResultInfo?.column?.length > 4 ? '等字段' : ''}。数据将用于跨机构的科学研究,处于半开放网络环境。` }}</p>
<p style="margin: 0px;white-space: pre-wrap;text-indent: 2em;">{{ `数据集与环境确认:待评估数据集包含${analysisResultInfo?.column?.slice(0, 4)?.map(f => f.chName).join('、')}${analysisResultInfo?.column?.length > 4 ? '等字段' : '字段'}。数据将用于跨机构的科学研究,处于半开放网络环境。` }}</p>
<p style="margin: 0px;white-space: pre-wrap;text-indent: 2em;">{{ `风险阈值设定:结合科研数据共享需求,设定可接受的重标识风险阈值为0.05(即5%)。` }}</p>
<!-- 3. 定性评估 -->
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!