From 6e2b929cf381e2320ba6e7dec56c0371124d2b51 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期六, 27 八月 2022 15:03:00 +0800
Subject: [PATCH] 提交

---
 zhengcaioa/zhengcaioa/Views/SysBaimingdan/Index.cshtml |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/zhengcaioa/zhengcaioa/Views/SysBaimingdan/Index.cshtml b/zhengcaioa/zhengcaioa/Views/SysBaimingdan/Index.cshtml
index 0091347..09a92a3 100644
--- a/zhengcaioa/zhengcaioa/Views/SysBaimingdan/Index.cshtml
+++ b/zhengcaioa/zhengcaioa/Views/SysBaimingdan/Index.cshtml
@@ -8,15 +8,16 @@
         dataCol = [
             { label: 'id', name: 'Id', labtype: 'txt', hidden: true },
             {
+                label: '鐧藉悕鍗曠粍', name: 'PostTypeName', labtype: 'txt', hidden: false
+
+            },
+            {
                 label: '鐧藉悕鍗曞悕绉�', name: 'BaimingdanName', labtype: 'txt', hidden: false,
                 formatter: function (cellvalue, options, rowObject) {
                     return "<a onclick=\"OpenWindow('" + cellvalue + "','98%','100%', '/SysBaimingdan/Edit?id=" + rowObject.Id + "')\"  >" + cellvalue + "</a>";
                 }
             },
-            {
-                label: '鐧藉悕鍗曠粍', name: 'PostTypeName', labtype: 'txt', hidden: false
-
-            },
+           
            
             { label: '鍒涘缓浜�', name: 'Creater', labtype: 'txt', hidden: true },
             { label: '鍒涘缓鏃堕棿', name: 'Createtime', labtype: 'txt', hidden: true },

--
Gitblit v1.9.1