From e0919683625f6a48699ed2c223f22366cc5bc949 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 23 六月 2022 15:09:33 +0800 Subject: [PATCH] 积分 --- zhengcaioa/zhengcaioa/Views/OrderBanci/Index.cshtml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/OrderBanci/Index.cshtml b/zhengcaioa/zhengcaioa/Views/OrderBanci/Index.cshtml index c3fc1b2..3a5730a 100644 --- a/zhengcaioa/zhengcaioa/Views/OrderBanci/Index.cshtml +++ b/zhengcaioa/zhengcaioa/Views/OrderBanci/Index.cshtml @@ -20,9 +20,9 @@ { label: '鍦扮偣', name: 'Didian', labtype: 'txt', hidden: false, width: 400 }, { label: '浜烘暟', name: 'Renshu', labtype: 'txt', hidden: false, width: 200 }, { - label: '璇剧▼绫诲瀷', name: 'Creater', labtype: 'txt', hidden: false, width: 100, + label: '璇剧▼浠锋牸', name: 'Creater', labtype: 'txt', hidden: false, width: 100, formatter: function (cellvalue, options, rowObject) { - return "<a onclick=\"OpenWindow('" + rowObject.Banci.replace(/'/g, '') + "','98%','100%', '/OrderBanci/IndexDtl?OrderBanciId=" + rowObject.Id + "')\" >鍩硅鏃堕棿</a>"; + return "<a onclick=\"OpenWindow('" + rowObject.Banci.replace(/'/g, '') + "','98%','100%', '/OrderBanci/IndexDtl?OrderBanciId=" + rowObject.Id + "')\" >璇剧▼浠锋牸</a>"; } }, -- Gitblit v1.9.1