col = [{
field: 'SerialNumber',
title: '序号',
formatter: function (value, row, index) {
return index+1;
}
}]
col = [{
field: 'SerialNumber',
title: '序号',
formatter: function (value, row, index) {
return index+1;
}
}]
转载于:https://www.cnblogs.com/lhyhappy365/p/6418375.html