ry-ui新增序列号生成方法

This commit is contained in:
RuoYi
2018-12-28 17:33:15 +08:00
parent 3d3017804d
commit 33788ecd02
3 changed files with 21 additions and 0 deletions

View File

@ -53,6 +53,13 @@
columns: [{
checkbox: true
},
{
title: "序号",
align: "center",
formatter: function (value, row, index) {
return $.table.serialNumber(index);
}
},
{
field: 'sessionId',
title: '会话编号'

View File

@ -55,6 +55,13 @@
columns: [{
checkbox: true
},
{
title: "序号",
align: "center",
formatter: function (value, row, index) {
return $.table.serialNumber(index);
}
},
{
field: 'tableName',
title: '表名称',