优化商品列表

This commit is contained in:
gyq
2024-10-12 09:47:58 +08:00
parent 8d8def8e52
commit a21199d217
3 changed files with 188 additions and 37 deletions

View File

@@ -37,8 +37,9 @@
</div>
<div class="info">
<div class="row">
<span>现有数量</span>
<span class="link" @click="showStockHistory('stockNumber')">{{ countInfo.stockNumber || 0 }}</span>
<span>商品种数</span>
<!-- @click="showStockHistory('stockNumber')" -->
<span>{{ tableData.total || 0 }}</span>
</div>
</div>
</div>