Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Litemall
Commits
14e000ef
Commit
14e000ef
authored
Apr 17, 2018
by
Junling Bu
Browse files
fix[litemall-admin]: 广告活动的启用属性是enabled。
parent
3f97fa11
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-admin/src/views/promotion/ad.vue
View file @
14e000ef
...
@@ -34,9 +34,9 @@
...
@@ -34,9 +34,9 @@
<el-table-column
align=
"center"
min-width=
"200px"
label=
"活动链接"
prop=
"link"
>
<el-table-column
align=
"center"
min-width=
"200px"
label=
"活动链接"
prop=
"link"
>
</el-table-column>
</el-table-column>
<el-table-column
align=
"center"
min-width=
"100px"
label=
"是否启用"
prop=
"enable"
>
<el-table-column
align=
"center"
min-width=
"100px"
label=
"是否启用"
prop=
"enable
d
"
>
<template
slot-scope=
"scope"
>
<template
slot-scope=
"scope"
>
<el-tag
:type=
"scope.row.enable ? 'success' : 'error' "
>
{{
scope
.
row
.
enable
?
'
启用
'
:
'
不启用
'
}}
</el-tag>
<el-tag
:type=
"scope.row.enable
d
? 'success' : 'error' "
>
{{
scope
.
row
.
enable
d
?
'
启用
'
:
'
不启用
'
}}
</el-tag>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
...
Write
Preview
Supports
Markdown
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