mirror of
https://github.com/dataease/dataease.git
synced 2026-05-19 18:38:16 +08:00
Merge pull request #786 from dataease/pr@dev@refactor_panel-pdf
refactor:导出pdf模板支持设置常用参数
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user