后台去重数据新增国家

This commit is contained in:
2026-08-23 22:50:58 +08:00
parent 5a750be066
commit 8712df2645
12 changed files with 294 additions and 37 deletions
+16 -3
View File
@@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>管理后台 - 南日AI</title>
<title>管理后台 - 数富AI</title>
<style>
* {
margin: 0;
@@ -2030,7 +2030,7 @@
<h3 style="margin-bottom:16px;font-size:15px;">新增ASIN</h3>
<div class="form-row">
<div class="form-group" style="min-width:320px;">
<label>上传 Excel 文件(读取 ASIN 列)</label>
<label>上传 Excel 文件(读取 ASIN 列,可选 国家 列</label>
<input type="file" id="dedupeTotalDataFile" accept=".xlsx,.xls">
</div>
<div class="form-group" style="min-width:220px;">
@@ -2091,6 +2091,18 @@
<option value="">全部分组</option>
</select>
</div>
<div class="form-group">
<label>国家</label>
<select id="dedupeTotalDataCountryFilter">
<option value="">全部国家</option>
<option value="DE">德国</option>
<option value="UK">英国</option>
<option value="FR">法国</option>
<option value="IT">意大利</option>
<option value="ES">西班牙</option>
<option value="US">美国</option>
</select>
</div>
<div class="form-group">
<label>开始日期</label>
<input type="date" id="exportDedupeTotalDataStartDate">
@@ -2109,6 +2121,7 @@
<tr>
<th>ID</th>
<th>ASIN值</th>
<th>国家</th>
<th>用户名</th>
<th>分组</th>
<th>创建时间</th>
@@ -3175,7 +3188,7 @@
</div>
</div>
</div>
<script src="/static/admin.js?v=dedupe-export-wait-1"></script>
<script src="/static/admin.js?v=dedupe-country-1"></script>
</body>
</html>