Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
caoyan
6 years ago
Commit
0199289af24d78f36abc1c032afa34afbc5f466e
1 parent
8eb04ab6
修改按钮颜色
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
web/src/main/webapp/html/sellerProductCode/audit.html
web/src/main/webapp/html/sellerProductCode/list.html
web/src/main/webapp/html/sellerProductCode/audit.html
View file @
0199289
...
...
@@ -51,8 +51,8 @@
</tr>
</table>
<div
id=
"btnList"
style=
"text-align:center;"
>
<a
id=
"rejectBtn"
class=
"btn-long"
style=
"background-color: rgba(217, 0, 27, 1);"
>
不通过
</a>
<a
id=
"passBtn"
class=
"btn-long"
style=
"background-color: rgba(2, 125, 180, 1);"
>
通过
</a>
<a
id=
"rejectBtn"
class=
"btn-danger"
>
不通过
</a>
<a
id=
"passBtn"
class=
"btn-success"
>
通过
</a>
</div>
<br>
<br>
...
...
web/src/main/webapp/html/sellerProductCode/list.html
View file @
0199289
...
...
@@ -157,7 +157,7 @@ function loadMainList(){
str
=
"<a role='audit' dataId='"
+
rowData
.
id
+
"' style='margin-left:10px;background-color: #5cb85c !important;'>审核</a>"
+
str
;
}
else
if
(
rowData
.
status
==
3
){
str
=
"<a role='upperShelf' dataId='"
+
rowData
.
id
+
"' style='margin-left:10px;background-color: #428bca !important;'>上架</a>"
;
str
+=
"<a role='reject' dataId='"
+
rowData
.
id
+
"' style='margin-left:10px;background-color: #
428bca
!important;'>驳回</a>"
;
str
+=
"<a role='reject' dataId='"
+
rowData
.
id
+
"' style='margin-left:10px;background-color: #
D31225
!important;'>驳回</a>"
;
}
else
{
str
=
"<a role='detail' dataId='"
+
rowData
.
id
+
"' style='margin-left:10px;background-color: #428bca !important;'>查看</a>"
;
}
...
...
Please
register
or
login
to post a comment