物料老鼠图功能修改

This commit is contained in:
funny 2026-04-16 08:42:23 +08:00
parent aa81f6c3fc
commit fdbb8ba706
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@
<div class="data-item" th:each="item,itemStat : ${page.datas}">
<div class="cell" style="height: 300px;">
<div class="cell-img">
<img style="width: 140px;height: 280px;" alt=""
<img style="width: 150px;height: 250px;" alt=""
th:src="${!#strings.isEmpty(item.image)} ? ${item.image} : (${#strings.isEmpty(item.materialNo)} ? '' : 'http://192.168.163.83:9090/nflg-wms/template/none.png')"/>
</div>
</div>