挂号模板优化

This commit is contained in:
余文财 2025-06-27 16:14:40 +08:00
parent e2ffb1051c
commit e0a2cf264f
1 changed files with 3 additions and 2 deletions

View File

@ -24,9 +24,10 @@
<div style="margin-left: 20px;">就诊科室:<span th:text="${department}"></span></div>
<div style="margin-left: 20px;">出诊级别:<span th:text="${visitLevel}"></span></div>
<div style="margin-left: 20px;">就诊医生:<span th:text="${doctor}"></span></div>
<div style="margin-left: 20px;">就诊时间:<span th:text="${treatTime}"></span></div>
<div style="margin-left: 20px;">&emsp;&emsp;序:<span th:text="${sequence}"></span></div>
<div style="margin-left: 20px;">挂号日期:<span th:text="${registerDate}"></span></div>
<div style="margin-left: 20px;">&ensp;&ensp;用:<span th:text="${totalFee}"></span>&thinsp;</div>
<div style="margin-left: 20px;">&ensp;&ensp;用:<span th:text="${totalFee}"></span></div>
<div style="margin-left: 20px;">挂号时间:<span th:text="${registerDate}"></span></div>
<div style="margin-left: 20px;">支付方式:<span th:text="${paymentMethod}"></span></div>
<div style="margin-left: 20px;">交易流水:<span style="font-size: 35px;"
th:text="${transactionNumber}"></span></div>