username@email.com
2022-06-15 0e6d0e8975e92a6395d2d9f692edd5a7d0984c5a
zhengcaioa/zhengcaioa/Views/SysCode/Indexlaw.cshtml
@@ -9,17 +9,17 @@
        dataCol = [
            { label: 'id', name: 'Id', labtype: 'txt', hidden: true },
            {
                label: '质疑事项', name: 'Classify1Name', labtype: 'txt', hidden: false, width: 300,
                label: '质疑事项', name: 'Classify1Name', labtype: 'txt', hidden: false, width: 100,
            },
            {
                label: '编码', name: 'CodeSn', labtype: 'txt', hidden: false, width: 50,
                label: '编码', name: 'CodeSn', labtype: 'txt', hidden: false, width: 20,
                formatter: function (cellvalue, options, rowObject) {
                    return "<a onclick=\"OpenWindow('" + rowObject.Comments + "','98%','100%', '/SysCode/Editlaw?Classify1=" + rowObject.Classify1 + "')\"  >" + cellvalue + "</a>";
                }
            },
            {
                label: '法律名称', name: 'CommentsName', labtype: 'txt', hidden: false, width: 100,
                label: '法律名称', name: 'CommentsName', labtype: 'txt', hidden: false, width: 150,
            },
            {