去除序号居中
This commit is contained in:
@ -55,7 +55,6 @@
|
||||
},
|
||||
{
|
||||
title: "序号",
|
||||
align: "center",
|
||||
formatter: function (value, row, index) {
|
||||
return $.table.serialNumber(index);
|
||||
}
|
||||
|
@ -57,7 +57,6 @@
|
||||
},
|
||||
{
|
||||
title: "序号",
|
||||
align: "center",
|
||||
formatter: function (value, row, index) {
|
||||
return $.table.serialNumber(index);
|
||||
}
|
||||
|
Reference in New Issue
Block a user