匯入範本
diff --git a/templates/vendor_stockout_list_v2.html b/templates/vendor_stockout_list_v2.html
index 61330ee..7fdfa6c 100644
--- a/templates/vendor_stockout_list_v2.html
+++ b/templates/vendor_stockout_list_v2.html
@@ -47,7 +47,7 @@
已發送
{{ stats.sent | number_format }}
-
通知完成記錄
+
已完成通知
失敗
@@ -106,10 +106,10 @@
href="{{ url_for('vendor.list_page', status='duplicate', q=search_query, batch=current_batch, sort=current_sort, page_size=page_size) }}">重複
-
+
- 缺貨資料
+ 供貨風險清單
第 {{ current_page }} / {{ total_pages }} 頁
{{ total_items | number_format }} 筆
@@ -169,7 +169,7 @@
{% else %}
- 目前沒有符合條件的缺貨資料;請調整篩選條件,或先匯入真實缺貨清單。
+ 目前沒有符合條件的缺貨項目;請調整篩選條件,或先匯入真實缺貨清單。
{% endif %}
diff --git a/templates/vendor_stockout_send_email_v2.html b/templates/vendor_stockout_send_email_v2.html
index b17f3ca..8e30a59 100644
--- a/templates/vendor_stockout_send_email_v2.html
+++ b/templates/vendor_stockout_send_email_v2.html
@@ -1,5 +1,5 @@
{% extends "ewoooc_base.html" %}
-{% block title %}郵件發送記錄 - EwoooC{% endblock %}
+{% block title %}補貨通知紀錄 · EwoooC{% endblock %}
{% block extra_css %}
{% endblock %}
@@ -8,8 +8,8 @@