From 0e6d0e8975e92a6395d2d9f692edd5a7d0984c5a Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 15 六月 2022 08:39:59 +0800 Subject: [PATCH] 爬虫 --- zhengcaioa/zhengcaioa/Views/User/Index.cshtml | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/User/Index.cshtml b/zhengcaioa/zhengcaioa/Views/User/Index.cshtml index 98a0b0a..603e858 100644 --- a/zhengcaioa/zhengcaioa/Views/User/Index.cshtml +++ b/zhengcaioa/zhengcaioa/Views/User/Index.cshtml @@ -93,6 +93,13 @@ //} }, { + label: '鍚堝悓鍒版湡鏃�', name: 'HetongDateEndName', labtype: 'txt', hidden: false, width: 100 + //, + //formatter: function (cellvalue, options, rowObject) { + // return "<span style='color:" + rowObject.Coler + ";'>" + cellvalue + "</span>"; + //} + }, + { label: '妗f鏌ヨ', name: 'Education', labtype: 'txt', hidden: false, width: 100, formatter: function (cellvalue, options, rowObject) { return "<a onclick=\"OpenWindow('濂栨儵','98%','100%', '/AdmBreakPrecedent/IndexRenshi?UserId=" + rowObject.Id + "')\" >濂栨儵</a> " -- Gitblit v1.9.1