From a7ae63ad871b986eb1bede54219638edd4e29b63 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期二, 21 十一月 2023 10:45:24 +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