Files
Mdeical_Sur_Report/工程分析/测试方案-2026-04-19-00-13-20.md

27 lines
901 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 测试方案 —— 2026-04-19-00-13-20
## 测试目标
验证打印时下划线是否紧贴文字底部。
## 测试用例
### TC-1有下划线字段紧贴文字
**前置条件**ReportEditor 中某字段(如术前诊断)已勾选「打印时显示下划线」。
**步骤**
1. 点击打印预览。
**预期结果**:该字段的下划线(黑线)紧贴文字底部,无明显间距。
### TC-2无下划线字段不受影响
**前置条件**:某字段带有 `.no-underline` 类。
**步骤**
1. 点击打印预览。
**预期结果**:该字段不显示下划线,排版正常。
### TC-3屏幕编辑态不受影响
**步骤**
1. 在 ReportEditor 中查看字段。
**预期结果**:屏幕上的 `.field-value` 行高保持原样,未被压缩。
## 测试通过标准
打印内容中下划线紧贴文字,无多余留白,屏幕编辑态正常。