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 | 4 ++-- 1 files changed, 2 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 9c4b8d5..a15c63e 100644 --- a/CoreCms.Net.Web.Admin/wwwroot/views/user/userInfo/index.html +++ b/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' } ] -- Gitblit v1.9.1