From 1c4f3bce3d88557b7ddb5f0a49b4be5e91b416f1 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 14 十月 2021 13:42:33 +0800 Subject: [PATCH] 专家测试--题库管理 --- zhengcaioa/zhengcaioa/Views/ExpertTestTopic/Index.cshtml | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/ExpertTestTopic/Index.cshtml b/zhengcaioa/zhengcaioa/Views/ExpertTestTopic/Index.cshtml index 6071b7b..11cb849 100644 --- a/zhengcaioa/zhengcaioa/Views/ExpertTestTopic/Index.cshtml +++ b/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: '瑙f瀽', 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: '瑙f瀽', name: 'Jiexi', labtype: 'txt', hidden: false, width: 300 }, { @@ -35,12 +35,12 @@ return "<a onclick=\"OpenWindow('淇敼','98%','100%', '/ExpertTestTopic/Edit?id=" + rowObject.Id + "')\" >淇敼</a> <a onclick=\"_pagedel('" + rowObject.Id + "')\" >鍒犻櫎</a>"; } }, - { - label: '瑙f瀽', name: 'jiexiya', labtype: 'txt', hidden: false, width: 50, - formatter: function (cellvalue, options, rowObject) { - return "<a onclick=\"OpenWindow('淇敼','100%','100%', '/ExpertTestTopicjiexi/Index?topocId=" + rowObject.Id + "')\" >瑙f瀽</a>"; - } - }, + //{ + // label: '瑙f瀽', name: 'jiexiya', labtype: 'txt', hidden: false, width: 50, + // formatter: function (cellvalue, options, rowObject) { + // return "<a onclick=\"OpenWindow('淇敼','100%','100%', '/ExpertTestTopicjiexi/Index?topocId=" + rowObject.Id + "')\" >瑙f瀽</a>"; + // } + //}, ]; dataUrl = "/ExpertTestTopic/GetList?JiexiStatus=D&ShenpiStatus=D"; -- Gitblit v1.9.1