| | |
| | | /// <summary> |
| | | /// 订单表 |
| | | /// </summary> |
| | | [SqlCodeFirst] |
| | | //[SqlCodeFirst] |
| | | public partial class CoreCmsOrder |
| | | { |
| | | /// <summary> |
| | |
| | | [ |
| | | { type: "checkbox", fixed: "left" }, |
| | | { field: 'id', title: '序列', sort: false, width: 70 }, |
| | | { field: 'createTime', title: '注册时间', width: 130, sort: false }, |
| | | { field: 'mobile', title: '手机号', sort: false, width: 100 }, |
| | | { |
| | | field: 'sex', title: '性别', sort: false, width: 60, templet: function (data) { |
| | |
| | | } |
| | | } |
| | | }, |
| | | { field: 'createTime', title: '创建时间', width: 130, sort: false }, |
| | | { |
| | | field: 'status', title: '状态', sort: false, width: 65, templet: function (data) { |
| | | if (data.status) { |
| | |
| | | } |
| | | } |
| | | }, |
| | | { field: 'isBaifenPromotion', title: '推广人员', width: 120, templet: '#switch_IsBaifenPromotion', sort: false, unresize: true }, |
| | | { field: 'isBaifenPromotion', title: '地推权限', width: 120, templet: '#switch_IsBaifenPromotion', sort: false, unresize: true }, |
| | | //{ field: 'isDelete', title: '删除标志', width: 105, templet: '#switch_isDelete', sort: false, unresize: true }, |
| | | { width: 282, align: 'center', title: '操作', fixed: 'right', toolbar: '#LAY-app-CoreCmsUser-tableBox-bar' } |
| | | ] |