fix(ui): shorten mark-delivered button text to 已送达
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
<div class="postcard-row-action">
|
||||
{% if pc.status == 'sent' %}
|
||||
<form method="post" action="/postcards/{{ pc.id }}/mark-delivered" onclick="event.preventDefault();event.stopPropagation();if(confirm('确认已送达?'))this.submit();">
|
||||
<button type="submit" class="btn btn-sm btn-primary">✓ 标记已送达</button>
|
||||
<button type="submit" class="btn btn-sm btn-primary">已送达</button>
|
||||
</form>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user