Commit 59bf825d by zhengjie

1.7版本发布,详情查看版本说明

parent 94585f26
......@@ -80,7 +80,7 @@ export default {
import('@/vendor/Export2Excel').then(excel => {
const tHeader = ['ID', '用户名', '邮箱', '头像地址', '状态', '注册日期', '最后修改密码日期']
const filterVal = ['id', 'username', 'email', 'avatar', 'enabled', 'createTime', 'lastPasswordResetTime']
const data = this.formatJson(filterVal, this.$parent.data)
const data = this.formatJson(filterVal, this.sup_this.data)
excel.export_json_to_excel({
header: tHeader,
data,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment