feat: 增加商品目录导入记录 (#134)
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
{{/* ── 第一段:顶部工具条 ────────────────────────────── */}}
|
||||
<div class="toolbar">
|
||||
{{if .CurrentUser.IsAdmin}}<a class="button" href="/integrations/catalog">导入记录</a>{{end}}
|
||||
<form class="inline" method="post" action="/shopee/import" enctype="multipart/form-data">
|
||||
<input type="hidden" name="csrf_token" value="{{.CSRFToken}}">
|
||||
<input type="file" name="file" accept=".xlsx" required>
|
||||
|
||||
Reference in New Issue
Block a user