username@email.com
2021-10-14 1c4f3bce3d88557b7ddb5f0a49b4be5e91b416f1
zhengcaioa/zhengcaioa/Views/ExpertTestTopic/Index.cshtml
@@ -16,17 +16,17 @@
        dataCol = [
            { label: 'id', name: 'Id', labtype: 'txt', hidden: true },
            {
                label: '题型', name: 'TopictypeName', labtype: 'txt', hidden: false, width: 100
                label: '题型', name: 'TopictypeName', labtype: 'txt', hidden: false, width: 70
            },
            {
                label: '知识点', name: 'ZhishitypeName', labtype: 'txt', hidden: false, width: 100
                label: '知识点', name: 'ZhishitypeName', labtype: 'txt', hidden: false, width: 70
            },
            { label: '区域', name: 'AreaName', labtype: 'txt', hidden: false, width: 100 },
            { label: '试题', name: 'Topic', labtype: 'txt', hidden: false, width: 500 },
            { label: '重点标注', name: 'ZhongdianName', labtype: 'txt', hidden: false, width: 100 },
            { label: '审核', name: 'ShenpiStatusName', labtype: 'txt', hidden: false, width: 100 },
            { label: '解析', name: 'JiexiStatusName', labtype: 'txt', hidden: false, width: 100 },
            { label: '区域', name: 'AreaName', labtype: 'txt', hidden: false, width: 70 },
            { label: '试题', name: 'Topic', labtype: 'txt', hidden: false, width: 300 },
            { label: '重点标注', name: 'ZhongdianName', labtype: 'txt', hidden: false, width: 70 },
            { label: '审核', name: 'ShenpiStatusName', labtype: 'txt', hidden: false, width: 70 },
            { label: '解析', name: 'Jiexi', labtype: 'txt', hidden: false, width: 300 },
            {
@@ -35,12 +35,12 @@
                    return "<a onclick=\"OpenWindow('修改','98%','100%', '/ExpertTestTopic/Edit?id=" + rowObject.Id + "')\"  >修改</a>&nbsp;&nbsp;&nbsp;<a onclick=\"_pagedel('" + rowObject.Id + "')\"  >删除</a>";
                }
            },
            {
                label: '解析', name: 'jiexiya', labtype: 'txt', hidden: false, width: 50,
                formatter: function (cellvalue, options, rowObject) {
                    return "<a onclick=\"OpenWindow('修改','100%','100%', '/ExpertTestTopicjiexi/Index?topocId=" + rowObject.Id + "')\"  >解析</a>";
                }
            },
            //{
            //    label: '解析', name: 'jiexiya', labtype: 'txt', hidden: false, width: 50,
            //    formatter: function (cellvalue, options, rowObject) {
            //        return "<a onclick=\"OpenWindow('修改','100%','100%', '/ExpertTestTopicjiexi/Index?topocId=" + rowObject.Id + "')\"  >解析</a>";
            //    }
            //},
        ];
        dataUrl = "/ExpertTestTopic/GetList?JiexiStatus=D&ShenpiStatus=D";