92c69664 by lihua

报告漏字修改

1 parent e9cb2dd7
...@@ -209,7 +209,7 @@ ...@@ -209,7 +209,7 @@
209 <p style="margin: 0px;white-space: pre-wrap;text-indent: 2em;">{{ `评估日期:${analysisResultInfo.execTime ? analysisResultInfo.execTime.substring(0, 10) : ''}` }}</p> 209 <p style="margin: 0px;white-space: pre-wrap;text-indent: 2em;">{{ `评估日期:${analysisResultInfo.execTime ? analysisResultInfo.execTime.substring(0, 10) : ''}` }}</p>
210 <!-- 2. 评估准备 --> 210 <!-- 2. 评估准备 -->
211 <h1 class="MsoHeading1" style="text-align: left;margin-top: 10px;margin-bottom: 10px;">二、评估准备</h1> 211 <h1 class="MsoHeading1" style="text-align: left;margin-top: 10px;margin-bottom: 10px;">二、评估准备</h1>
212 <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> 212 <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>
213 <p style="margin: 0px;white-space: pre-wrap;text-indent: 2em;">{{ `风险阈值设定:结合科研数据共享需求,设定可接受的重标识风险阈值为0.05(即5%)。` }}</p> 213 <p style="margin: 0px;white-space: pre-wrap;text-indent: 2em;">{{ `风险阈值设定:结合科研数据共享需求,设定可接受的重标识风险阈值为0.05(即5%)。` }}</p>
214 214
215 <!-- 3. 定性评估 --> 215 <!-- 3. 定性评估 -->
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!