Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
杨树贤
/
ic_welfare
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
304119ef
authored
Sep 02, 2019
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修改按钮样式统一
parent
34074886
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
resources/views/web/exchangeSettingList.blade.php
resources/views/web/integralList.blade.php
resources/views/web/userExchangeList.blade.php
resources/views/web/userIntegralList.blade.php
resources/views/web/exchangeSettingList.blade.php
View file @
304119ef
...
...
@@ -44,9 +44,9 @@
<script
type=
"text/html"
id=
"operate"
>
{{
--
<
a
class
=
"layui-btn layui-btn-normal layui-btn-xs"
lay
-
event
=
"edit"
>
编辑
<
/a>--}
}
@{{
#
if
(
d
.
status
==
'使用中'
){
}}
<
a
class
=
"
layui-btn layui-btn-danger layui-btn-xs
"
lay
-
event
=
"disable"
>
禁用
<
/a
>
<
a
class
=
"
btn btn-xs btn-outline btn-danger
"
lay
-
event
=
"disable"
>
禁用
<
/a
>
@{{
#
}
else
{
}}
<
a
class
=
"
layui-btn layui-btn-green layui-btn-xs
"
lay
-
event
=
"recover"
>
恢复
<
/a
>
<
a
class
=
"
btn btn-xs btn-outline btn-primary
"
lay
-
event
=
"recover"
>
恢复
<
/a
>
@{{
#
}
}}
</script>
...
...
resources/views/web/integralList.blade.php
View file @
304119ef
...
...
@@ -37,11 +37,11 @@
</div>
<script
type=
"text/html"
id=
"operate"
>
<
a
class
=
"
layui-btn layui-btn-normal layui-btn-xs
"
lay
-
event
=
"edit"
>
编辑
<
/a
>
<
a
class
=
"
btn btn-xs btn-outline btn-primary
"
lay
-
event
=
"edit"
>
编辑
<
/a
>
@{{
#
if
(
d
.
status
==
'使用中'
){
}}
<
a
class
=
"
layui-btn layui-btn-danger layui-btn-xs
"
lay
-
event
=
"disable"
>
禁用
<
/a
>
<
a
class
=
"
btn btn-xs btn-outline btn-danger
"
lay
-
event
=
"disable"
>
禁用
<
/a
>
@{{
#
}
else
{
}}
<
a
class
=
"
layui-btn layui-btn-green layui-btn-xs
"
lay
-
event
=
"recover"
>
恢复
<
/a
>
<
a
class
=
"
btn btn-xs btn-outline btn-primary
"
lay
-
event
=
"recover"
>
恢复
<
/a
>
@{{
#
}
}}
</script>
...
...
resources/views/web/userExchangeList.blade.php
View file @
304119ef
...
...
@@ -39,9 +39,9 @@
@{{
#
if
(
d
.
status
==
'已兑换'
||
d
.
status
==
'拒绝兑换'
){
}}
<
a
class
=
"layui-btn layui-btn-primary layui-btn-xs"
>
已审
<
/a
>
@{{
#
}
else
{
}}
<
a
class
=
"
layui-btn layui-btn-green layui-btn-xs
"
lay
-
event
=
"audit"
>
审核
<
/a
>
<
a
class
=
"
btn btn-xs btn-outline btn-primary
"
lay
-
event
=
"audit"
>
审核
<
/a
>
@{{
#
}
}}
<
a
class
=
"
layui-btn layui-btn-primary layui-btn-xs
"
lay
-
event
=
"bills"
>
明细
<
/a
>
<
a
class
=
"
btn btn-xs btn-outline btn-primary
"
lay
-
event
=
"bills"
>
明细
<
/a
>
</script>
<script
type=
"text/html"
id=
"status"
>
...
...
resources/views/web/userIntegralList.blade.php
View file @
304119ef
...
...
@@ -33,11 +33,11 @@
<script
type=
"text/html"
id=
"operate"
>
@{{
#
if
(
d
.
status
==
'正常'
){
}}
<
a
class
=
"
layui-btn layui-btn-danger layui-btn-xs
"
lay
-
event
=
"disable"
>
禁用
<
/a
>
<
a
class
=
"
btn btn-xs btn-outline btn-danger
"
lay
-
event
=
"disable"
>
禁用
<
/a
>
@{{
#
}
else
{
}}
<
a
class
=
"
layui-btn layui-btn-green layui-btn-xs
"
lay
-
event
=
"recover"
>
恢复
<
/a
>
<
a
class
=
"
btn btn-xs btn-outline btn-primary
"
lay
-
event
=
"recover"
>
恢复
<
/a
>
@{{
#
}
}}
<
a
class
=
"
layui-btn layui-btn-primary layui-btn-xs
"
lay
-
event
=
"bills"
>
明细
<
/a
>
<
a
class
=
"
btn btn-xs btn-outline btn-primary
"
lay
-
event
=
"bills"
>
明细
<
/a
>
</script>
<script
type=
"text/html"
id=
"status"
>
...
...
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