mirror of
https://github.com/yangzongzhuan/RuoYi.git
synced 2025-10-16 10:38:27 +00:00
去除序号居中
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