去除序号居中

This commit is contained in:
RuoYi
2018-12-29 12:04:53 +08:00
parent 8b07f8925f
commit e9a7cc7bc7
7 changed files with 9 additions and 102 deletions

View File

@ -55,7 +55,6 @@
},
{
title: "序号",
align: "center",
formatter: function (value, row, index) {
return $.table.serialNumber(index);
}

View File

@ -57,7 +57,6 @@
},
{
title: "序号",
align: "center",
formatter: function (value, row, index) {
return $.table.serialNumber(index);
}