From 1854e7a1b76b9c63ab232571219642b65074c489 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 30 十二月 2021 13:58: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