From bb3769d09ef5506018753162cfac5e36083580eb Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Mon, 10 Jan 2022 14:52:46 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=20?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=A2=9E=E5=8A=A0=E4=B8=8B=E8=BD=BD=20?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=89=8B=E5=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/Analysis.vue | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/views/dashboard/Analysis.vue b/src/views/dashboard/Analysis.vue index 55b6f46..3f587f7 100644 --- a/src/views/dashboard/Analysis.vue +++ b/src/views/dashboard/Analysis.vue @@ -128,6 +128,9 @@ +
+ 点击下载管理端使用手册 +
@@ -220,6 +223,10 @@ export default { // }) }, methods: { + // 下载使用手册 + downloadManual(){ + window.open('http://cwp.catarc.org.cn:8066/管理端使用手册.docx') + }, getStatisticsData() { return new Promise(resolve => { homePageStatistics().then(res => { @@ -552,4 +559,13 @@ export default { } } } +.download { + margin-top: 8px; + font-size: 16px; + text-align: center; +} +.primary-color { + color:#069F99; + cursor: pointer; +}