fastadmin列表页ID改为序号
在js文件中修改字段
{field: 'id', title: __('序号'), formatter: function(value, row, index){ return ++index; }},
php开发交流群: 901326020
在js文件中修改字段
{field: 'id', title: __('序号'), formatter: function(value, row, index){ return ++index; }},