fix:模板问题修改

This commit is contained in:
shijing 2026-03-19 17:17:30 +08:00
parent 33ddb22d5b
commit c1d18c888c
2 changed files with 2 additions and 1 deletions

View File

@ -6,3 +6,4 @@ django-cors-headers==4.3.0
Pillow==10.1.0
python-decouple==3.8
openpyxl==3.1.2
setuptools>=68

View File

@ -21,7 +21,7 @@
</el-upload>
<el-button type="primary" @click="openCreate">新增材料</el-button>
<div class="toolbar-spacer" />
<a href="/material_import_template.xlsx" download="材料导入模板.xlsx">
<a href="http://101.42.1.64:2260/media/material_import_template.xlsx" download="材料导入模板.xlsx">
<el-button>模板</el-button>
</a>
</div>