forked from github/dataease
Merge pull request #786 from dataease/pr@dev@refactor_panel-pdf
refactor:导出pdf模板支持设置常用参数
This commit is contained in:
commit
9c88350986
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user