Commit eb934110 by guanzhenshan

解决固定列错行显示的问题

parent 7f28e323
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
} }
}, },
{ field: 'warehouse_name', title: '所在仓库', width: '140', sortable: true }, { field: 'warehouse_name', title: '所在仓库', width: '180', sortable: true },
{ {
field: 'push_status', title: '推送产品库', width: '120', sortable: true, formatter: function (idx, data) { field: 'push_status', title: '推送产品库', width: '120', sortable: true, formatter: function (idx, data) {
var s = '<span style="color:' + (data.push_status=='是'?"#01B468":"red") + ';">' + data.push_status + '</span>'; var s = '<span style="color:' + (data.push_status=='是'?"#01B468":"red") + ';">' + data.push_status + '</span>';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment