username@email.com
2022-02-11 3a864ec2d204077d34bd0b874540829702581c6c
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,
            },