fix: 调整导入用户模板

This commit is contained in:
TsMask
2023-10-31 19:26:11 +08:00
parent 4e55820bc8
commit 23c87c06c4
3 changed files with 9 additions and 9 deletions

View File

@@ -393,7 +393,7 @@ func (s *SysUserController) Export(c *gin.Context) {
fileName := fmt.Sprintf("user_export_%d_%d.xlsx", len(rows), time.Now().UnixMilli())
// 第一行表头标题
headerCells := map[string]string{
"A1": "用户号",
"A1": "用户号",
"B1": "登录名称",
"C1": "用户名称",
"D1": "用户邮箱",