Browse Source

fix: sensitive_word_check 显示名改为词句语法检查

sensitive_word_check 在前端语义中对应词句语法检查,非敏感词审查
WangXuMing 13 hours ago
parent
commit
28c7ffc85d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/construction_review/component/report_generator.py

+ 1 - 1
core/construction_review/component/report_generator.py

@@ -370,7 +370,7 @@ class ReportGenerator:
             'completeness_check': '完整性审查',
             'semantic_logic_check': '语义逻辑审查',
             'reference_check': '参考文献审查',
-            'sensitive_word_check': '敏感词审查',
+            'sensitive_word_check': '词句语法检查',
             'grammar_check': '词句语法检查',
             'mandatory_standards_check': '强制性标准审查',
             'technical_parameters_check': '技术参数审查',