bug fixed
test / pytest (push) Successful in 43s

This commit is contained in:
2026-04-27 20:22:01 +02:00
parent 22ea44d8cd
commit e5fee32098
3 changed files with 7 additions and 0 deletions
+5
View File
@@ -70,6 +70,11 @@
<span>上级容器:{{ item.name }}</span>
</div>
{% if subitem.note %}<p class="row-note">备注:{{ subitem.note }}</p>{% endif %}
<div class="actions">
<form method="post" action="/subitems/{{ subitem.id }}/delete">
<button type="submit" class="button button-danger button-small">删除子物品</button>
</form>
</div>
</div>
</article>
{% endfor %}