From 10a4d01d6a687a4fec2ead8741f3bbfec998252d Mon Sep 17 00:00:00 2001 From: Junling Bu Date: Sun, 9 Jun 2019 23:09:14 +0800 Subject: [PATCH] =?UTF-8?q?fix[litemall-admin]:=20=E4=B8=93=E9=A2=98?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E6=AD=A3=E7=A1=AE=E6=98=BE=E7=A4=BA=E8=AF=A6?= =?UTF-8?q?=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- litemall-admin/src/views/promotion/topic.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/litemall-admin/src/views/promotion/topic.vue b/litemall-admin/src/views/promotion/topic.vue index f440c129..05711376 100644 --- a/litemall-admin/src/views/promotion/topic.vue +++ b/litemall-admin/src/views/promotion/topic.vue @@ -101,7 +101,10 @@ export default { subtitle: undefined, sort: 'add_time', order: 'desc' - } + }, + contentDetail: '', + contentDialogVisible: false, + downloadLoading: false } }, created() { @@ -149,6 +152,10 @@ export default { }) }) }, + showContent(content) { + this.contentDetail = content + this.contentDialogVisible = true + }, handleDownload() { this.downloadLoading = true import('@/vendor/Export2Excel').then(excel => {