- 序列号生成
$.table.serialNumber
{
title: "序号",
formatter: function (value, row, index) {
return $.table.serialNumber(index);
}
}效果预览:

若依前端如何生成序号?
阅读 36
2022-07-18
$.table.serialNumber{
title: "序号",
formatter: function (value, row, index) {
return $.table.serialNumber(index);
}
}效果预览:

相关推荐
精彩评论(0)