Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fgqyxxlr
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
yaru
fgqyxxlr
Commits
98fdbff3
Commit
98fdbff3
authored
May 25, 2018
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式lable换成text
parent
1ca11c98
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
26 additions
and
26 deletions
+26
-26
src/main/resources/static/ruoyi/monitor/job/job.js
+2
-2
src/main/resources/static/ruoyi/monitor/job/jobLog.js
+2
-2
src/main/resources/static/ruoyi/monitor/logininfor/logininfor.js
+2
-2
src/main/resources/static/ruoyi/monitor/online/online.js
+2
-2
src/main/resources/static/ruoyi/monitor/operlog/operlog.js
+2
-2
src/main/resources/static/ruoyi/system/config/config.js
+2
-2
src/main/resources/static/ruoyi/system/dept/dept.js
+2
-2
src/main/resources/static/ruoyi/system/dict/data/data.js
+2
-2
src/main/resources/static/ruoyi/system/dict/type/type.js
+2
-2
src/main/resources/static/ruoyi/system/menu/menu.js
+2
-2
src/main/resources/static/ruoyi/system/post/post.js
+2
-2
src/main/resources/static/ruoyi/system/role/role.js
+2
-2
src/main/resources/static/ruoyi/system/user/user.js
+2
-2
No files found.
src/main/resources/static/ruoyi/monitor/job/job.js
View file @
98fdbff3
...
...
@@ -34,9 +34,9 @@ $(function() {
align
:
'center'
,
formatter
:
function
(
value
,
row
,
index
)
{
if
(
value
==
0
)
{
return
'<span class="
label label
-success">正常</span>'
;
return
'<span class="
text
-success">正常</span>'
;
}
else
if
(
value
==
1
)
{
return
'<span class="
label label
-danger">暂停</span>'
;
return
'<span class="
text
-danger">暂停</span>'
;
}
}
},
...
...
src/main/resources/static/ruoyi/monitor/job/jobLog.js
View file @
98fdbff3
...
...
@@ -34,9 +34,9 @@ $(function() {
align
:
'center'
,
formatter
:
function
(
value
,
row
,
index
)
{
if
(
value
==
0
)
{
return
'<span class="
label label
-success">正常</span>'
;
return
'<span class="
text
-success">正常</span>'
;
}
else
if
(
value
==
1
)
{
return
'<span class="
label label
-danger">异常</span>'
;
return
'<span class="
text
-danger">异常</span>'
;
}
}
},
...
...
src/main/resources/static/ruoyi/monitor/logininfor/logininfor.js
View file @
98fdbff3
...
...
@@ -30,9 +30,9 @@ $(function() {
align
:
'center'
,
formatter
:
function
(
value
,
row
,
index
)
{
if
(
value
==
0
)
{
return
'<span class="
label label
-success">成功</span>'
;
return
'<span class="
text
-success">成功</span>'
;
}
else
if
(
value
==
1
)
{
return
'<span class="
label label
-danger">失败</span>'
;
return
'<span class="
text
-danger">失败</span>'
;
}
}
},
...
...
src/main/resources/static/ruoyi/monitor/online/online.js
View file @
98fdbff3
...
...
@@ -34,9 +34,9 @@ $(function() {
align
:
'center'
,
formatter
:
function
(
value
,
row
,
index
)
{
if
(
value
==
'on_line'
)
{
return
'<span class="
label label
-success">在线</span>'
;
return
'<span class="
text
-success">在线</span>'
;
}
else
if
(
value
==
'off_line'
)
{
return
'<span class="
label label-primary
">离线</span>'
;
return
'<span class="
text-danger
">离线</span>'
;
}
}
},
...
...
src/main/resources/static/ruoyi/monitor/operlog/operlog.js
View file @
98fdbff3
...
...
@@ -34,9 +34,9 @@ $(function() {
align
:
'center'
,
formatter
:
function
(
value
,
row
,
index
)
{
if
(
value
==
0
)
{
return
'<span class="
label label
-success">成功</span>'
;
return
'<span class="
text
-success">成功</span>'
;
}
else
if
(
value
==
1
)
{
return
'<span class="
label label
-danger">异常</span>'
;
return
'<span class="
text
-danger">异常</span>'
;
}
}
},
...
...
src/main/resources/static/ruoyi/system/config/config.js
View file @
98fdbff3
...
...
@@ -26,9 +26,9 @@ $(function() {
align
:
'center'
,
formatter
:
function
(
value
,
row
,
index
)
{
if
(
value
==
'Y'
)
{
return
'<span class="
label label
-success">是</span>'
;
return
'<span class="
text
-success">是</span>'
;
}
else
if
(
value
==
'N'
)
{
return
'<span class="
label label-primary
">否</span>'
;
return
'<span class="
text-danger
">否</span>'
;
}
}
},
...
...
src/main/resources/static/ruoyi/system/dept/dept.js
View file @
98fdbff3
...
...
@@ -18,9 +18,9 @@ function loading() {
title
:
'状态'
,
formatter
:
function
(
item
,
index
)
{
if
(
item
.
status
==
'0'
)
{
return
'<span class="
label label
-success">正常</span>'
;
return
'<span class="
text
-success">正常</span>'
;
}
else
if
(
item
.
status
==
'1'
)
{
return
'<span class="
label label
-danger">停用</span>'
;
return
'<span class="
text
-danger">停用</span>'
;
}
}
},
...
...
src/main/resources/static/ruoyi/system/dict/data/data.js
View file @
98fdbff3
...
...
@@ -26,9 +26,9 @@ $(function() {
align
:
'center'
,
formatter
:
function
(
value
,
row
,
index
)
{
if
(
value
==
0
)
{
return
'<span class="
label label
-success">正常</span>'
;
return
'<span class="
text
-success">正常</span>'
;
}
else
if
(
value
==
1
)
{
return
'<span class="
label label
-danger">停用</span>'
;
return
'<span class="
text
-danger">停用</span>'
;
}
}
},
...
...
src/main/resources/static/ruoyi/system/dict/type/type.js
View file @
98fdbff3
...
...
@@ -22,9 +22,9 @@ $(function() {
align
:
'center'
,
formatter
:
function
(
value
,
row
,
index
)
{
if
(
value
==
0
)
{
return
'<span class="
label label
-success">正常</span>'
;
return
'<span class="
text
-success">正常</span>'
;
}
else
if
(
value
==
1
)
{
return
'<span class="
label label
-danger">停用</span>'
;
return
'<span class="
text
-danger">停用</span>'
;
}
}
},
...
...
src/main/resources/static/ruoyi/system/menu/menu.js
View file @
98fdbff3
...
...
@@ -50,9 +50,9 @@ function loading() {
width
:
'10%'
,
formatter
:
function
(
row
,
index
)
{
if
(
row
.
visible
==
0
)
{
return
'<span class="
label label
-success">显示</span>'
;
return
'<span class="
text
-success">显示</span>'
;
}
else
if
(
row
.
visible
==
1
)
{
return
'<span class="
label label
-danger">隐藏</span>'
;
return
'<span class="
text
-danger">隐藏</span>'
;
}
}
},
...
...
src/main/resources/static/ruoyi/system/post/post.js
View file @
98fdbff3
...
...
@@ -25,9 +25,9 @@ $(function() {
align
:
'center'
,
formatter
:
function
(
value
,
row
,
index
)
{
if
(
value
==
0
)
{
return
'<span class="
label label
-success">正常</span>'
;
return
'<span class="
text
-success">正常</span>'
;
}
else
if
(
value
==
1
)
{
return
'<span class="
label label
-danger">停用</span>'
;
return
'<span class="
text
-danger">停用</span>'
;
}
}
},
...
...
src/main/resources/static/ruoyi/system/role/role.js
View file @
98fdbff3
...
...
@@ -26,9 +26,9 @@ $(function() {
align
:
'center'
,
formatter
:
function
(
value
,
row
,
index
)
{
if
(
value
==
0
)
{
return
'<span class="
label label
-success">正常</span>'
;
return
'<span class="
text
-success">正常</span>'
;
}
else
if
(
value
==
1
)
{
return
'<span class="
label label
-danger">禁用</span>'
;
return
'<span class="
text
-danger">禁用</span>'
;
}
}
},
...
...
src/main/resources/static/ruoyi/system/user/user.js
View file @
98fdbff3
...
...
@@ -37,9 +37,9 @@ function queryUserList() {
align
:
'center'
,
formatter
:
function
(
value
,
row
,
index
)
{
if
(
value
==
'0'
)
{
return
'<span class="
label label
-success">正常</span>'
;
return
'<span class="
text
-success">正常</span>'
;
}
else
if
(
value
==
'1'
)
{
return
'<span class="
label label
-danger">禁用</span>'
;
return
'<span class="
text
-danger">禁用</span>'
;
}
}
},
...
...
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