Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
SooonerHotel
Project
Project
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
吴贤德
SooonerHotel
Commits
cb483605
Commit
cb483605
authored
Oct 11, 2019
by
吴贤德
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
后台:酒店片库列表注入状态显示优化
parent
d783f55e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
index.html
SooonerHotel/App/Tpl/Media/zh-cn/Hotel/index.html
+4
-4
No files found.
SooonerHotel/App/Tpl/Media/zh-cn/Hotel/index.html
View file @
cb483605
...
...
@@ -188,14 +188,14 @@ function InputAction(value, row, index) {
}
function
StatusInjectAction
(
value
,
row
,
index
){
var
str
=
"--"
;
if
(
row
.
status
==
1
){
if
(
row
.
status
1
==
1
){
if
(
value
==
1
){
str
=
"
已注入
"
;
str
=
"
<font color=green>已注入</font>
"
;
}
else
{
str
=
"
注入中
:"
+
value
;
str
=
"
<font color=#ff8c00>注入中</font>
:"
+
value
;
}
}
else
{
str
=
"
已删除
:"
+
value
;
str
=
"
<font color=red>已删除</font>
:"
+
value
;
}
return
str
;
}
...
...
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