From 402f9568e48e6e1a9d29d37dcda46737047425d5 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期四, 25 十一月 2021 10:49:10 +0800
Subject: [PATCH] 专家通讯录优化

---
 zhengcaioa/zhengcaioa/Views/Expert/Promote.cshtml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/zhengcaioa/zhengcaioa/Views/Expert/Promote.cshtml b/zhengcaioa/zhengcaioa/Views/Expert/Promote.cshtml
index 5bf4e5e..2e09375 100644
--- a/zhengcaioa/zhengcaioa/Views/Expert/Promote.cshtml
+++ b/zhengcaioa/zhengcaioa/Views/Expert/Promote.cshtml
@@ -16,8 +16,8 @@
         var searchIn = { Createtime: "", ExpertId: "@experId", Creater:""};
         dataCol = [
             { label: 'id', name: 'Id', labtype: 'txt', hidden: true },
-            { label: '缂栧彿', name: 'SN', labtype: 'txt', hidden: false },
-            { label: '褰曞叆鏃堕棿', name: 'Createtime', labtype: 'txt', hidden: false },
+            //{ label: '缂栧彿', name: 'SN', labtype: 'txt', hidden: false },
+            { label: '鎺ㄥ箍鏃堕棿', name: 'PromoteDate', labtype: 'txt', hidden: false },
            // { label: '涓撳', name: 'Name', labtype: 'txt', hidden: false },
             //{ label: '涓撳璇佸彿', name: 'CertiNumber', labtype: 'txt', hidden: false },
             { label: '鍐呭', name: 'Content', labtype: 'txt', hidden: false },

--
Gitblit v1.9.1