摘要: {field: 'xh',title: __('XH'),formatter:zz_index}, function zz_index(value,row,index) { return index+1 } 阅读全文
posted @ 2022-03-16 09:31 zhang_you_wu 阅读(353) 评论(0) 推荐(0)
摘要: {field: 'sex',title: '性别',formatter:sex}, function sex(value,row,index) { return '<span style="color:red">女</span>' } 阅读全文
posted @ 2022-03-16 09:29 zhang_you_wu 阅读(236) 评论(0) 推荐(0)