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
14fd421d
authored
Oct 21, 2019
by
杨树贤
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
修改状态的样式显示
parent
13c5c6da
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
16 deletions
resources/views/web/exchangeSettingList.blade.php
resources/views/web/integralList.blade.php
resources/views/web/userIntegralList.blade.php
resources/views/web/exchangeSettingList.blade.php
View file @
14fd421d
...
...
@@ -50,13 +50,12 @@
@{{
#
}
}}
</script>
<script
type=
"text/html"
id=
"status"
>
<script
type=
"text/html"
id=
"status"
style=
"pointer-events: none;"
>
@{{
#
if
(
d
.
status
==
'使用中'
){
}}
<
span
class
=
"layui-badge-dot layui-bg-blue"
><
/span
>
@{{
#
}
else
{
}}
<
span
class
=
"layui-badge-dot layui-bg-gray"
><
/span
>
<
a
class
=
"btn btn-xs btn-outline btn-primary"
><
strong
>
使用中
<
/strong></
a
>
@{{
#
}
else
{
}}
<
a
class
=
"btn btn-xs btn-outline btn-danger"
><
strong
>
被禁用
<
/strong></
a
>
@{{
#
}
}}
@{{
d
.
status
}}
</script>
<script
type=
"text/html"
id=
"type"
>
...
...
resources/views/web/integralList.blade.php
View file @
14fd421d
...
...
@@ -49,13 +49,12 @@
@{{
#
}
}}
</script>
<script
type=
"text/html"
id=
"status"
>
@{{
#
if
(
d
.
status
==
'使用中
'
){
}}
<
span
class
=
"layui-badge-dot layui-bg-blue"
><
/span
>
@{{
#
}
else
{
}}
<
span
class
=
"layui-badge-dot layui-bg-gray"
><
/span
>
<script
type=
"text/html"
id=
"status"
style=
"pointer-events: none;"
>
@{{
#
if
(
d
.
status
==
'正常
'
){
}}
<
a
class
=
"btn btn-xs btn-outline btn-primary"
><
strong
>
使用中
<
/strong></
a
>
@{{
#
}
else
{
}}
<
a
class
=
"btn btn-xs btn-outline btn-danger"
><
strong
>
被禁用
<
/strong></
a
>
@{{
#
}
}}
@{{
d
.
status
}}
</script>
<script
type=
"text/html"
id=
"toolbarLeft"
>
...
...
resources/views/web/userIntegralList.blade.php
View file @
14fd421d
...
...
@@ -40,13 +40,12 @@
<
a
class
=
"btn btn-xs btn-outline btn-primary"
lay
-
event
=
"bills"
>
明细
<
/a
>
</script>
<script
type=
"text/html"
id=
"status"
>
<script
type=
"text/html"
id=
"status"
style=
"pointer-events: none;"
>
@{{
#
if
(
d
.
status
==
'正常'
){
}}
<
span
class
=
"layui-badge-dot layui-bg-blue"
><
/span
>
@{{
#
}
else
{
}}
<
span
class
=
"layui-badge-dot layui-bg-gray"
><
/span
>
<
a
class
=
"btn btn-xs btn-outline btn-primary"
><
strong
>
正常
<
/strong></
a
>
@{{
#
}
else
{
}}
<
a
class
=
"btn btn-xs btn-outline btn-danger"
><
strong
>
禁用
<
/strong></
a
>
@{{
#
}
}}
@{{
d
.
status
}}
</script>
<script
type=
"text/html"
id=
"toolbarLeft"
>
...
...
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