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
10a4d01d
Commit
10a4d01d
authored
Jun 09, 2019
by
Junling Bu
Browse files
fix[litemall-admin]: 专题不能正确显示详情
parent
6fc6cb6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
litemall-admin/src/views/promotion/topic.vue
View file @
10a4d01d
...
@@ -101,7 +101,10 @@ export default {
...
@@ -101,7 +101,10 @@ export default {
subtitle
:
undefined
,
subtitle
:
undefined
,
sort
:
'
add_time
'
,
sort
:
'
add_time
'
,
order
:
'
desc
'
order
:
'
desc
'
}
},
contentDetail
:
''
,
contentDialogVisible
:
false
,
downloadLoading
:
false
}
}
},
},
created
()
{
created
()
{
...
@@ -149,6 +152,10 @@ export default {
...
@@ -149,6 +152,10 @@ export default {
})
})
})
})
},
},
showContent
(
content
)
{
this
.
contentDetail
=
content
this
.
contentDialogVisible
=
true
},
handleDownload
()
{
handleDownload
()
{
this
.
downloadLoading
=
true
this
.
downloadLoading
=
true
import
(
'
@/vendor/Export2Excel
'
).
then
(
excel
=>
{
import
(
'
@/vendor/Export2Excel
'
).
then
(
excel
=>
{
...
...
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