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/User/Index.cshtml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/zhengcaioa/zhengcaioa/Views/User/Index.cshtml b/zhengcaioa/zhengcaioa/Views/User/Index.cshtml
index 62afa5a..6da5dfc 100644
--- a/zhengcaioa/zhengcaioa/Views/User/Index.cshtml
+++ b/zhengcaioa/zhengcaioa/Views/User/Index.cshtml
@@ -95,7 +95,9 @@
             {
                 label: '妗f鏌ヨ', name: 'Education', labtype: 'txt', hidden: false, width: 100,
                 formatter: function (cellvalue, options, rowObject) {
-                    return "<a onclick=\"javascript:void(0);\"  >濂栨儵</a>&nbsp;<a onclick=\"javascript:void(0);\"  >鐗╁搧</a>&nbsp;<a onclick=\"javascript:void(0);\"  >钖祫</a>&nbsp;";
+                    return "<a onclick=\"OpenWindow('濂栨儵','98%','100%', '/AdmBreakPrecedent/IndexRenshi?UserId=" + rowObject.Id + "')\"  >濂栨儵</a>&nbsp;"
+                        + "<a onclick=\"OpenWindow('鐗╁搧','98%','100%', '/AdmBreakPrecedent/IndexGoods?UserId=" + rowObject.Id + "')\"  >鐗╁搧</a>&nbsp;"
+                        + "<a onclick=\"OpenWindow('钖祫','98%','100%', '/SalaryCheck/SearchIndexRenshi?UserId=" + rowObject.Id + "')\"  >钖祫</a>&nbsp;";
                 }
             },
             {

--
Gitblit v1.9.1