username@email.com
2024-10-29 3f91a6737fc06b45461ce11eae5660cbbf766f7e
CoreCms.Net.Web.Admin/wwwroot/views/user/userInfo/index.html
@@ -108,6 +108,17 @@
                </div>
            </div>
            <div class="layui-inline layui-input-wrap layui-input-wrap-prefix">
                <div class="layui-input-inline" style="width: 200px;">
                    <select name="isBaifenPromotion" id="isBaifenPromotion">
                        <option value="">请选择是否是推广人员</option>
                        <option value="1">是推广人员</option>
                        <option value="0">不是推广人员</option>
                    </select>
                </div>
            </div>
            <div class="layui-inline layui-input-wrap layui-input-wrap-prefix">
                <button class="layui-btn layui-btn-sm" lay-submit lay-filter="LAY-app-CoreCmsUser-search"><i class="layui-icon layui-icon-search"></i>筛选</button>
            </div>
        </div>
@@ -175,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) {
@@ -244,7 +256,6 @@
                                    }
                                }
                            },
                            { field: 'createTime', title: '创建时间', width: 130, sort: false },
                            {
                                field: 'status', title: '状态', sort: false, width: 65, templet: function (data) {
                                    if (data.status) {
@@ -267,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' }
                        ]