username@email.com
2022-02-11 b0c19dd2793b5ada90b303b7ec23a670cdbf48f6
zhengcaioa/zhengcaioa/Views/OrderBanci/Index.cshtml
@@ -20,7 +20,7 @@
            { 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>";
                }