username@email.com
2024-10-29 3f91a6737fc06b45461ce11eae5660cbbf766f7e
推广人员-》地推权限   创建时间-》注册时间
2个文件已修改
6 ■■■■ 已修改文件
CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
CoreCms.Net.Web.Admin/wwwroot/views/user/userInfo/index.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CoreCms.Net.Model/Entities/Order/CoreCmsOrder.cs
@@ -18,7 +18,7 @@
    /// <summary>
    /// 订单表
    /// </summary>
    [SqlCodeFirst]
    //[SqlCodeFirst]
    public partial class CoreCmsOrder
    {
        /// <summary>
CoreCms.Net.Web.Admin/wwwroot/views/user/userInfo/index.html
@@ -186,6 +186,7 @@
                        [
                            { 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) {
@@ -255,7 +256,6 @@
                                    }
                                }
                            },
                            { field: 'createTime', title: '创建时间', width: 130, sort: false },
                            {
                                field: 'status', title: '状态', sort: false, width: 65, templet: function (data) {
                                    if (data.status) {
@@ -278,7 +278,7 @@
                                    }
                                }
                            },
                            { 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' }
                        ]