Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
guns-vip
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
chenjunxiong
guns-vip
Commits
ede7696b
Commit
ede7696b
authored
Dec 08, 2018
by
fengshuonan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tips改成description
parent
286004f7
Show whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
17 additions
and
17 deletions
+17
-17
src/main/java/cn/stylefeng/guns/core/common/constant/dictmap/DeptDict.java
+1
-1
src/main/java/cn/stylefeng/guns/core/common/constant/dictmap/LogDict.java
+1
-1
src/main/java/cn/stylefeng/guns/core/common/constant/dictmap/MenuDict.java
+1
-1
src/main/java/cn/stylefeng/guns/core/common/constant/dictmap/RoleDict.java
+1
-1
src/main/webapp/WEB-INF/login.html
+2
-2
src/main/webapp/WEB-INF/system/dept/dept_add.html
+1
-1
src/main/webapp/WEB-INF/system/dept/dept_edit.html
+1
-1
src/main/webapp/WEB-INF/system/dict/dict_edit.html
+1
-1
src/main/webapp/WEB-INF/system/role/role_edit.html
+1
-1
src/main/webapp/assets/modular/system/dept/dept.js
+1
-1
src/main/webapp/assets/modular/system/dept/dept_info.js
+1
-1
src/main/webapp/assets/modular/system/dict/dict.js
+1
-1
src/main/webapp/assets/modular/system/role/role_add.js
+2
-2
src/main/webapp/assets/modular/system/role/role_edit.js
+2
-2
No files found.
src/main/java/cn/stylefeng/guns/core/common/constant/dictmap/DeptDict.java
View file @
ede7696b
...
@@ -32,7 +32,7 @@ public class DeptDict extends AbstractDictMap {
...
@@ -32,7 +32,7 @@ public class DeptDict extends AbstractDictMap {
put
(
"pid"
,
"上级名称"
);
put
(
"pid"
,
"上级名称"
);
put
(
"simplename"
,
"部门简称"
);
put
(
"simplename"
,
"部门简称"
);
put
(
"fullname"
,
"部门全称"
);
put
(
"fullname"
,
"部门全称"
);
put
(
"
tips
"
,
"备注"
);
put
(
"
description
"
,
"备注"
);
}
}
@Override
@Override
...
...
src/main/java/cn/stylefeng/guns/core/common/constant/dictmap/LogDict.java
View file @
ede7696b
...
@@ -27,7 +27,7 @@ public class LogDict extends AbstractDictMap {
...
@@ -27,7 +27,7 @@ public class LogDict extends AbstractDictMap {
@Override
@Override
public
void
init
()
{
public
void
init
()
{
put
(
"
tips
"
,
"备注"
);
put
(
"
description
"
,
"备注"
);
}
}
@Override
@Override
...
...
src/main/java/cn/stylefeng/guns/core/common/constant/dictmap/MenuDict.java
View file @
ede7696b
...
@@ -36,7 +36,7 @@ public class MenuDict extends AbstractDictMap {
...
@@ -36,7 +36,7 @@ public class MenuDict extends AbstractDictMap {
put
(
"url"
,
"url地址"
);
put
(
"url"
,
"url地址"
);
put
(
"num"
,
"菜单排序号"
);
put
(
"num"
,
"菜单排序号"
);
put
(
"levels"
,
"菜单层级"
);
put
(
"levels"
,
"菜单层级"
);
put
(
"
tips
"
,
"备注"
);
put
(
"
description
"
,
"备注"
);
put
(
"status"
,
"菜单状态"
);
put
(
"status"
,
"菜单状态"
);
put
(
"isopen"
,
"是否打开"
);
put
(
"isopen"
,
"是否打开"
);
put
(
""
,
""
);
put
(
""
,
""
);
...
...
src/main/java/cn/stylefeng/guns/core/common/constant/dictmap/RoleDict.java
View file @
ede7696b
...
@@ -32,7 +32,7 @@ public class RoleDict extends AbstractDictMap {
...
@@ -32,7 +32,7 @@ public class RoleDict extends AbstractDictMap {
put
(
"pid"
,
"角色的父级"
);
put
(
"pid"
,
"角色的父级"
);
put
(
"name"
,
"角色名称"
);
put
(
"name"
,
"角色名称"
);
put
(
"deptId"
,
"部门名称"
);
put
(
"deptId"
,
"部门名称"
);
put
(
"
tips
"
,
"备注"
);
put
(
"
description
"
,
"备注"
);
put
(
"ids"
,
"资源名称"
);
put
(
"ids"
,
"资源名称"
);
}
}
...
...
src/main/webapp/WEB-INF/login.html
View file @
ede7696b
...
@@ -28,8 +28,8 @@
...
@@ -28,8 +28,8 @@
<form
class=
"form-horizontal form-material"
id=
"loginform"
action=
"${ctxPath}/login"
method=
"post"
>
<form
class=
"form-horizontal form-material"
id=
"loginform"
action=
"${ctxPath}/login"
method=
"post"
>
<h3
class=
"box-title m-b-30"
>
Guns管理系统
</h3>
<h3
class=
"box-title m-b-30"
>
Guns管理系统
</h3>
@if(isNotEmpty(
tips
)){
@if(isNotEmpty(
description
)){
<h5
class=
"box-title m-b-30"
style=
"color: red;"
>
${
tips
}
</h5>
<h5
class=
"box-title m-b-30"
style=
"color: red;"
>
${
description
}
</h5>
@}
@}
<div
class=
"form-group "
>
<div
class=
"form-group "
>
...
...
src/main/webapp/WEB-INF/system/dept/dept_add.html
View file @
ede7696b
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<
#
input
id=
"fullname"
name=
"部门全称"
underline=
"true"
/>
<
#
input
id=
"fullname"
name=
"部门全称"
underline=
"true"
/>
<
#
input
id=
"
tips
"
name=
"备注"
underline=
"true"
/>
<
#
input
id=
"
description
"
name=
"备注"
underline=
"true"
/>
</div>
</div>
<div
class=
"col-sm-6"
>
<div
class=
"col-sm-6"
>
<
#
input
id=
"num"
name=
"排序"
underline=
"true"
/>
<
#
input
id=
"num"
name=
"排序"
underline=
"true"
/>
...
...
src/main/webapp/WEB-INF/system/dept/dept_edit.html
View file @
ede7696b
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
<
#
input
id=
"fullname"
name=
"部门全称"
underline=
"true"
value=
"${dept.fullname}"
/>
<
#
input
id=
"fullname"
name=
"部门全称"
underline=
"true"
value=
"${dept.fullname}"
/>
<
#
input
id=
"
tips"
name=
"备注"
underline=
"true"
value=
"${dept.tips
}"
/>
<
#
input
id=
"
description"
name=
"备注"
underline=
"true"
value=
"${dept.description
}"
/>
</div>
</div>
<div
class=
"col-sm-6"
>
<div
class=
"col-sm-6"
>
<
#
input
id=
"num"
name=
"排序"
underline=
"true"
value=
"${dept.num}"
/>
<
#
input
id=
"num"
name=
"排序"
underline=
"true"
value=
"${dept.num}"
/>
...
...
src/main/webapp/WEB-INF/system/dict/dict_edit.html
View file @
ede7696b
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<label
class=
"col-sm-2 control-label"
>
备注
</label>
<label
class=
"col-sm-2 control-label"
>
备注
</label>
<div
class=
"col-sm-8"
>
<div
class=
"col-sm-8"
>
<input
class=
"form-control"
id=
"dictTips"
type=
"text"
value=
"${dict.
tips
}"
>
<input
class=
"form-control"
id=
"dictTips"
type=
"text"
value=
"${dict.
description
}"
>
</div>
</div>
</div>
</div>
<div
class=
"hr-line-dashed"
></div>
<div
class=
"hr-line-dashed"
></div>
...
...
src/main/webapp/WEB-INF/system/role/role_edit.html
View file @
ede7696b
...
@@ -19,7 +19,7 @@
...
@@ -19,7 +19,7 @@
<div
class=
"form-group"
>
<div
class=
"form-group"
>
<h5>
别名
<span
class=
"text-danger"
>
*
</span></h5>
<h5>
别名
<span
class=
"text-danger"
>
*
</span></h5>
<div
class=
"controls"
>
<div
class=
"controls"
>
<input
v-model=
"
tips
"
type=
"text"
class=
"form-control"
>
<input
v-model=
"
description
"
type=
"text"
class=
"form-control"
>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
src/main/webapp/assets/modular/system/dept/dept.js
View file @
ede7696b
...
@@ -21,7 +21,7 @@ Dept.initColumn = function () {
...
@@ -21,7 +21,7 @@ Dept.initColumn = function () {
{
title
:
'部门简称'
,
field
:
'simplename'
,
align
:
'center'
,
valign
:
'middle'
,
sortable
:
true
},
{
title
:
'部门简称'
,
field
:
'simplename'
,
align
:
'center'
,
valign
:
'middle'
,
sortable
:
true
},
{
title
:
'部门全称'
,
field
:
'fullname'
,
align
:
'center'
,
valign
:
'middle'
,
sortable
:
true
},
{
title
:
'部门全称'
,
field
:
'fullname'
,
align
:
'center'
,
valign
:
'middle'
,
sortable
:
true
},
{
title
:
'排序'
,
field
:
'num'
,
align
:
'center'
,
valign
:
'middle'
,
sortable
:
true
},
{
title
:
'排序'
,
field
:
'num'
,
align
:
'center'
,
valign
:
'middle'
,
sortable
:
true
},
{
title
:
'备注'
,
field
:
'
tips
'
,
align
:
'center'
,
valign
:
'middle'
,
sortable
:
true
}];
{
title
:
'备注'
,
field
:
'
description
'
,
align
:
'center'
,
valign
:
'middle'
,
sortable
:
true
}];
};
};
/**
/**
...
...
src/main/webapp/assets/modular/system/dept/dept_info.js
View file @
ede7696b
...
@@ -105,7 +105,7 @@ DeptInfoDlg.hideDeptSelectTree = function() {
...
@@ -105,7 +105,7 @@ DeptInfoDlg.hideDeptSelectTree = function() {
* 收集数据
* 收集数据
*/
*/
DeptInfoDlg
.
collectData
=
function
()
{
DeptInfoDlg
.
collectData
=
function
()
{
this
.
set
(
'id'
).
set
(
'simplename'
).
set
(
'fullname'
).
set
(
'
tips
'
).
set
(
'num'
).
set
(
'pid'
);
this
.
set
(
'id'
).
set
(
'simplename'
).
set
(
'fullname'
).
set
(
'
description
'
).
set
(
'num'
).
set
(
'pid'
);
}
}
/**
/**
...
...
src/main/webapp/assets/modular/system/dict/dict.js
View file @
ede7696b
...
@@ -17,7 +17,7 @@ Dict.initColumn = function () {
...
@@ -17,7 +17,7 @@ Dict.initColumn = function () {
{
title
:
'id'
,
field
:
'id'
,
visible
:
false
,
align
:
'center'
,
valign
:
'middle'
},
{
title
:
'id'
,
field
:
'id'
,
visible
:
false
,
align
:
'center'
,
valign
:
'middle'
},
{
title
:
'名称'
,
field
:
'name'
,
align
:
'center'
,
valign
:
'middle'
,
sortable
:
true
},
{
title
:
'名称'
,
field
:
'name'
,
align
:
'center'
,
valign
:
'middle'
,
sortable
:
true
},
{
title
:
'详情'
,
field
:
'detail'
,
align
:
'center'
,
valign
:
'middle'
,
sortable
:
true
},
{
title
:
'详情'
,
field
:
'detail'
,
align
:
'center'
,
valign
:
'middle'
,
sortable
:
true
},
{
title
:
'备注'
,
field
:
'
tips
'
,
align
:
'center'
,
valign
:
'middle'
,
sortable
:
true
}];
{
title
:
'备注'
,
field
:
'
description
'
,
align
:
'center'
,
valign
:
'middle'
,
sortable
:
true
}];
};
};
/**
/**
...
...
src/main/webapp/assets/modular/system/role/role_add.js
View file @
ede7696b
...
@@ -6,7 +6,7 @@ var RoleAddDlg = {
...
@@ -6,7 +6,7 @@ var RoleAddDlg = {
name
:
""
,
name
:
""
,
pName
:
""
,
pName
:
""
,
pid
:
""
,
pid
:
""
,
tips
:
""
,
description
:
""
,
deptName
:
""
,
deptName
:
""
,
deptId
:
""
,
deptId
:
""
,
num
:
""
num
:
""
...
@@ -36,7 +36,7 @@ RoleAddDlg.validateForm = function () {
...
@@ -36,7 +36,7 @@ RoleAddDlg.validateForm = function () {
if
(
!
data
.
deptName
)
{
if
(
!
data
.
deptName
)
{
return
"请输入部门名称"
;
return
"请输入部门名称"
;
}
}
if
(
!
data
.
tips
)
{
if
(
!
data
.
description
)
{
return
"请输入别名"
;
return
"请输入别名"
;
}
}
...
...
src/main/webapp/assets/modular/system/role/role_edit.js
View file @
ede7696b
...
@@ -7,7 +7,7 @@ var RoleEditDlg = {
...
@@ -7,7 +7,7 @@ var RoleEditDlg = {
name
:
""
,
name
:
""
,
pName
:
""
,
pName
:
""
,
pid
:
""
,
pid
:
""
,
tips
:
""
,
description
:
""
,
deptName
:
""
,
deptName
:
""
,
deptId
:
""
,
deptId
:
""
,
num
:
""
num
:
""
...
@@ -37,7 +37,7 @@ RoleEditDlg.validateForm = function () {
...
@@ -37,7 +37,7 @@ RoleEditDlg.validateForm = function () {
if
(
!
data
.
deptName
)
{
if
(
!
data
.
deptName
)
{
return
"请输入部门名称"
;
return
"请输入部门名称"
;
}
}
if
(
!
data
.
tips
)
{
if
(
!
data
.
description
)
{
return
"请输入别名"
;
return
"请输入别名"
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment