username@email.com
2022-06-23 e0919683625f6a48699ed2c223f22366cc5bc949
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>";
                }
            },