diff --git a/inventory_check/templates/check.html b/inventory_check/templates/check.html
index 7e5044b..1e7c2eb 100644
--- a/inventory_check/templates/check.html
+++ b/inventory_check/templates/check.html
@@ -6,7 +6,7 @@
{{ inventory.tag }}
diff --git a/inventory_check/templates/index.html b/inventory_check/templates/index.html
index b66a48f..337ac1f 100644
--- a/inventory_check/templates/index.html
+++ b/inventory_check/templates/index.html
@@ -7,15 +7,15 @@
{% endblock %}
diff --git a/inventory_check/templates/list.html b/inventory_check/templates/list.html
index e69de29..1509df8 100644
--- a/inventory_check/templates/list.html
+++ b/inventory_check/templates/list.html
@@ -0,0 +1,62 @@
+{% extends 'base.html' %}
+
+{% block content %}
+
+ 开始盘点>>>
+
+
+
+
+
+
+
+ 标签 |
+ 数量 |
+ 已盘 |
+
+
+ 一月 |
+ ¥3400 |
+ ¥3400 |
+
+
+ 一月 |
+ ¥3400 |
+ ¥3400 |
+
+
+ 一月 |
+ ¥3400 |
+ ¥3400 |
+
+
+ 一月 |
+ ¥3400 |
+ ¥3400 |
+
+
+ 一月 |
+ ¥3400 |
+ ¥3400 |
+
+
+ 一月 |
+ ¥3400 |
+ ¥3400 |
+
+
+
+
+{% endblock %}
+
diff --git a/inventory_check/templates/upload.html b/inventory_check/templates/upload.html
index d6fe4f3..68786e6 100644
--- a/inventory_check/templates/upload.html
+++ b/inventory_check/templates/upload.html
@@ -3,6 +3,9 @@
{% block content %}
上传Excel XLSX文件
+