From 3b029fb510aeca89d31812bde7542ee55a8ddc1a Mon Sep 17 00:00:00 2001 From: PC-201906131823\Administrator <zyyao> Date: 星期一, 08 十一月 2021 17:02:50 +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