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
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!