From 1243f9cdb1ce367af05caabbb71ce81e38d5a1af Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期三, 16 四月 2025 16:16:43 +0800
Subject: [PATCH] 增加一种报名类型
---
zhengcaioa/zhengcaioa/Views/OrderBanci/IndexDtl.cshtml | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/zhengcaioa/zhengcaioa/Views/OrderBanci/IndexDtl.cshtml b/zhengcaioa/zhengcaioa/Views/OrderBanci/IndexDtl.cshtml
index bd5f5c5..b22edf2 100644
--- a/zhengcaioa/zhengcaioa/Views/OrderBanci/IndexDtl.cshtml
+++ b/zhengcaioa/zhengcaioa/Views/OrderBanci/IndexDtl.cshtml
@@ -10,7 +10,7 @@
{ label: 'id', name: 'Id', labtype: 'txt', hidden: true },
{
- label: '涓婁笅鍗�', name: 'ShangxiawuName', labtype: 'txt', hidden: false, width: 100,
+ label: '璇剧▼绫诲瀷', name: 'ShangxiawuName', labtype: 'txt', hidden: false, width: 100,
formatter: function (cellvalue, options, rowObject) {
return "<a onclick=\"OpenWindow('" + cellvalue.replace(/'/g, '') + "','98%','100%', '/OrderBanci/EditDtl?id=" + rowObject.Id + "')\" >" + cellvalue + "</a>";
}
@@ -18,6 +18,8 @@
{ label: '鏃堕棿', name: 'Shijian', labtype: 'txt', hidden: false, width: 100 },
{ label: '浜嬮」', name: 'Shixiamg', labtype: 'txt', hidden: false, width: 400 },
+ { label: '浠锋牸', name: 'JiageName', labtype: 'txt', hidden: false, width: 100 },
+ { label: '绉垎', name: 'JifenName', labtype: 'txt', hidden: false, width: 100 },
{ label: '涓昏浜�', name: 'Zhujiangren', labtype: 'txt', hidden: false, width: 100 },
{ label: '鎺掑簭', name: 'Sort', labtype: 'txt', hidden: false, width: 100 },
--
Gitblit v1.9.1