优化 InfoCard 刑期显示:将'刑期起/止日'改为'刑期'并突出显示总天数
This commit is contained in:
parent
0ba25e3492
commit
13d86f4707
@ -11,7 +11,7 @@
|
||||
<div class="info-tag">{{ basicInfo.district }}</div>
|
||||
<div class="info-tag">狱政编号: {{ basicInfo.prisonNumber }}</div>
|
||||
<div class="info-tag">
|
||||
刑期起/止日:{{ basicInfo.sentenceStart }}---{{ basicInfo.sentenceEnd }} ({{
|
||||
刑期:{{ basicInfo.sentenceStart }} --- {{ basicInfo.sentenceEnd }} (总天数:{{
|
||||
basicInfo.sentenceDays
|
||||
}}天)
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user