Merge pull request #786 from dataease/pr@dev@refactor_panel-pdf

refactor:导出pdf模板支持设置常用参数
This commit is contained in:
王嘉豪 2021-09-07 17:37:57 +08:00 committed by GitHub
commit 9c88350986
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,8 @@ export default {
varsInfo: {
panelName: this.panelName,
snapshot: this.snapshot,
userName: this.$store.state.user.user.name
userName: this.$store.state.user.user.userName,
nickName: this.$store.state.user.user.nickName
},
timeInfo: [
'yyyy-MM-dd',