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 | 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