Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
huaxin-rq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
耿迪迪
huaxin-rq
Commits
ac232969
Commit
ac232969
authored
Dec 09, 2025
by
zhangjianqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改导出字段
parent
d416faaa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
TUser.java
...-system/src/main/java/com/zehong/system/domain/TUser.java
+2
-2
index.vue
huaxin-web/src/views/baseinfo/jmuser/index.vue
+1
-1
No files found.
huaxin-system/src/main/java/com/zehong/system/domain/TUser.java
View file @
ac232969
...
...
@@ -65,7 +65,7 @@ public class TUser extends BaseEntity
private
String
idcard
;
//身份证
@Excel
(
name
=
"营业网点"
)
@Excel
(
name
=
"营业网点"
,
dictType
=
"t_branch"
)
private
String
branch
;
...
...
@@ -91,7 +91,7 @@ public class TUser extends BaseEntity
private
Integer
meterType
;
/** 表具厂家1金卡2秦川 */
@Excel
(
name
=
"表具厂家
1金卡2秦川"
)
@Excel
(
name
=
"表具厂家
"
,
dictType
=
"t_meter_company"
)
private
Integer
meterCompany
;
/** 表具型号1 G1.5、2 G2.5、3 G4 */
...
...
huaxin-web/src/views/baseinfo/jmuser/index.vue
View file @
ac232969
...
...
@@ -230,7 +230,7 @@
v
-
for
=
"dict in sceneOptions"
:
key
=
"dict.dictValue"
:
label
=
"dict.dictLabel"
:
value
=
"
parseInt(dict.dictValue)
"
:
value
=
"
dict.dictValue
"
/>
<
/el-select
>
<
/el-form-item
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment