username@email.com
2022-03-11 c2bd119aba05cee7fcb7eb8f2dd39ee4781b885c
zhengcaioa/zhengcaioa/Views/SysCode/Indexlaw.cshtml
@@ -15,7 +15,7 @@
            {
                label: '编码', name: 'CodeSn', labtype: 'txt', hidden: false, width: 50,
                formatter: function (cellvalue, options, rowObject) {
                    return "<a onclick=\"OpenWindow('" + rowObject.Comments + "','98%','100%', '/SysCode/Editlaw?id=" + rowObject.Id + "')\"  >" + cellvalue + "</a>";
                    return "<a onclick=\"OpenWindow('" + rowObject.Comments + "','98%','100%', '/SysCode/Editlaw?Classify1=" + rowObject.Classify1 + "')\"  >" + cellvalue + "</a>";
                }
            },
            {
@@ -23,6 +23,10 @@
            },
            {
                label: '法条', name: 'Classify2', labtype: 'txt', hidden: false, width: 100,
            },
            {
                label: '排序', name: 'Sort', labtype: 'txt', hidden: true, width: 50,
            },