From 3f91a6737fc06b45461ce11eae5660cbbf766f7e Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 29 十月 2024 16:20:02 +0800
Subject: [PATCH] 推广人员-》地推权限 创建时间-》注册时间
---
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