fastadmin列表页ID改为序号
时间:2020-07-03 15:54:52
收藏:0
阅读:214
在js文件中修改字段
{field: ‘id‘, title: __(‘序号‘), formatter: function(value, row, index){
return ++index;
}},
原文:https://www.cnblogs.com/wangdeguao/p/13230592.html
评论(0)