style: 优化蝦皮列表关键信息展示 (#214)

This commit is contained in:
chengma
2026-08-13 12:07:27 +08:00
parent 121b12ac41
commit 5b7d92289e
6 changed files with 22 additions and 17 deletions
+2 -2
View File
@@ -77,7 +77,7 @@
不加这一列坏数据就会被悄悄吃掉,见 #41。 */}}
<th>待补</th>
<th>来源</th>
<th>PDD 链接</th>
<th>PDD 商品 ID</th>
<th>采集状态</th>
<th>更新时间</th>
</tr>
@@ -98,7 +98,7 @@
<td>{{.SKUCount}}</td>
<td>{{.PendingCount}}</td>
<td>{{.SourceText}}</td>
<td{{if .PddMissing}} class="missing"{{end}}>{{.PddURL}}</td>
<td{{if .PddMissing}} class="missing"{{end}}>{{if .PddMissing}}未填写{{else}}<span title="{{.PddURL}}">{{.PddGoodsID}}</span>{{end}}</td>
<td>{{.StatusText}}</td>
<td>{{.UpdatedAt}}</td>
</tr>