{
field: "timeStr",
title: "日期",
align: "center",
valign: "middle",
sortable: "true",
formatter: function(value) {
return value.substring(0, 10)
}
}
bootstrap table插件对数据里的日期进行截取
最新推荐文章于 2026-06-16 11:04:42 发布
{
field: "timeStr",
title: "日期",
align: "center",
valign: "middle",
sortable: "true",
formatter: function(value) {
return value.substring(0, 10)
}
}
395
1149

被折叠的 条评论
为什么被折叠?
