Administrator
2025-04-23 595b7935a30e84fba1bc3561d05f9d19d3e32e1f
src/main/resources/static/admin/agent-list.html
@@ -290,7 +290,18 @@
                    templet: function (d) {
                        return d.status == 0 ? '正常' : '封禁'
                    }
                }, {
                },{
                    field: '',
                    title: '积分是否开启',
                    width: 100,
                    sort: false,
                    templet: function (d) {
                        return d.creditEnable == 0 ? '关闭' : '<span style="color: green">开启</span>'
                    }
                },
                    {
                    field: 'createTime',
                    title: '创建时间',
                    width: 180,