Commit 560261fa by fengshuonan

修改序号错误

parent 8e50f7dc
......@@ -20,7 +20,7 @@ MgrUser.initColumn = function () {
{field: 'selectItem', radio: true},
{
title: '序号', field: 'number', width: 1, align: 'center', valign: 'middle', formatter: function (value, row, index) {
return index;
return index + 1;
}
},
{title: 'id', field: 'id', visible: false, align: 'center', valign: 'middle'},
......
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