摘要:
public Result fileUp(HttpServletRequest request) { RowsVo vo = new RowsVo(); MultipartHttpServletRequest multipartRequest = (MultipartHttpServletReque 阅读全文
posted @ 2020-04-15 09:31
铜丝儿
阅读(4522)
评论(0)
推荐(0)
摘要:
function showLoading() { document.getElementById("over").style.display = "block"; document.getElementById("layout").style.display = "block"; } functio 阅读全文
posted @ 2020-04-15 09:16
铜丝儿
阅读(264)
评论(0)
推荐(0)
摘要:
1.改变列颜色 { title: '运单编号', field: 'waybillNumber', align: 'center', valign: 'middle', cellStyle: function (value, row, index) { if (row.focusMark == "0" 阅读全文
posted @ 2020-04-15 09:07
铜丝儿
阅读(7518)
评论(0)
推荐(0)
摘要:
.table th, .table td { text-align: center; vertical-align: middle !important; } table { width: 100px; table-layout: fixed; /* 只有定义了表格的布局算法为fixed,下面td的 阅读全文
posted @ 2020-04-15 09:03
铜丝儿
阅读(3739)
评论(1)
推荐(0)