物料老鼠图功能修改
This commit is contained in:
parent
aa81f6c3fc
commit
fdbb8ba706
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue