C#实现库存管理系统显示物料信息时报500错(DataTables warning: table id=myTable1
$(function() { var cols = [ { data: "Id", name: "Id", orderable: false }, { data: function (e) { if (e.CreateTime) { return e.CreateTime.toString().getDate(); } else { return ""} }, name: "CreateTime", orderable: true } ];
标签:
原文地址:https://www.cnblogs.com/duhl1024/p/11791491.html
温馨提示: 本文由杰米博客推荐,转载请保留链接: https://www.jmwww.net/file/10008.html