username@email.com
2021-10-15 60e78c332cd5597f955e150e1a5f239db8facc59
zhengcaioa/zhengcaioa/Views/ExpertTestTopic/Index.cshtml
@@ -16,16 +16,16 @@
        dataCol = [
            { label: 'id', name: 'Id', labtype: 'txt', hidden: true },
            {
                label: '题型', name: 'TopictypeName', labtype: 'txt', hidden: false, width: 70
                label: '题型', name: 'TopictypeName', labtype: 'txt', hidden: false, width: 50
            },
            {
                label: '知识点', name: 'ZhishitypeName', labtype: 'txt', hidden: false, width: 70
                label: '知识点', name: 'ZhishitypeName', labtype: 'txt', hidden: false, width: 50
            },
            { label: '区域', name: 'AreaName', labtype: 'txt', hidden: false, width: 70 },
            { label: '区域', name: 'AreaName', labtype: 'txt', hidden: false, width: 50 },
            { 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: 'ZhongdianName', labtype: 'txt', hidden: false, width: 50 },
            { label: '审核', name: 'ShenpiStatusName', labtype: 'txt', hidden: false, width: 50 },
            { label: '解析', name: 'Jiexi', labtype: 'txt', hidden: false, width: 300 },