From 1cb49b04ae6709e6054c328f5ed12bff9ca014c8 Mon Sep 17 00:00:00 2001 From: 移动系统liao <liaoxujun@qq.com> Date: 星期二, 12 十一月 2024 09:21:57 +0800 Subject: [PATCH] no message --- CoreCms.Net.Web.Admin/wwwroot/views/user/userInfo/index.html | 15 +++++++++++++-- 1 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CoreCms.Net.Web.Admin/wwwroot/views/user/userInfo/index.html b/CoreCms.Net.Web.Admin/wwwroot/views/user/userInfo/index.html index adcdabd..a15c63e 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/user/userInfo/index.html +++ b/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' } ] -- Gitblit v1.9.1