이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
bjquanjiang
/
DigitalScholl
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
【修改】统一认证访问日志:增加退出;
新疆皮山
dyy
6 달 전
부모
a4d2dc1f32
커밋
9f39b3ba4a
2개의 변경된 파일
과
16개의 추가작업
그리고
3개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Permission/Views/Perm_FunctionVisit/Index.js
+13
-1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Permission/Perm_FunctionVisit/Perm_FunctionVisitEntity.cs
+ 3
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/Permission/Views/Perm_FunctionVisit/Index.js
파일 보기
@@ -65,7 +65,7 @@ var bootstrap = function ($, learun) {
},
// 初始化列表
initGird: function () {
$('#gridtable').
lrAuthorizeJ
fGrid({
$('#gridtable').
j
fGrid({
url: top.$.rootUrl + '/Permission/Perm_FunctionVisit/GetPageList',
headData: [
{ label: "系统名称", name: "FName", width: 200, align: "left" },
@@ -76,7 +76,8 @@ var bootstrap = function ($, learun) {
}
},
{ label: "用户名称", name: "PUName", width: 100, align: "left" },
{ label: "访问情况", name: "PContent", width: 200, align: "left" },
{ label: "访问情况", name: "PContent", width: 400, align: "left" },
{ label: "是否已退出", name: "IsOut", width: 100, align: "left" },
],
mainId: 'PVId',
isPage: true,
+ 13
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/Permission/Perm_FunctionVisit/Perm_FunctionVisitEntity.cs
파일 보기
@@ -44,9 +44,21 @@ namespace Learun.Application.TwoDevelopment.Permission
/// </summary>
[Column("PCONTENT")]
public string PContent { get; set; }
/// <summary>
/// 是否登录成功
/// </summary>
[Column("PISLOGINSUCCESS")]
public bool PIsLoginSuccess { get; set; }
/// <summary>
/// 用户编号
/// </summary>
[Column("PUNO")]
public string PUNo { get; set; }
/// <summary>
/// 是否退出第三方应用
/// </summary>
[Column("ISOUT")]
public bool IsOut { get; set; }
#endregion
#region 扩展操作
쓰기
미리보기
불러오는 중...
취소
저장