Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
EL-ADMIN
Project
Project
Details
Activity
Releases
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
JiangSN
EL-ADMIN
Commits
9ec58dc4
Commit
9ec58dc4
authored
Nov 03, 2021
by
JiangSN
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
格式化列表字段
parent
d844f97b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
index.vue
eladmin-web/src/views/polling/jczlcx/index.vue
+6
-1
No files found.
eladmin-web/src/views/polling/jczlcx/index.vue
View file @
9ec58dc4
...
@@ -202,12 +202,17 @@ export default {
...
@@ -202,12 +202,17 @@ export default {
* @returns {string}
* @returns {string}
*/
*/
zjlxFormat
(
row
)
{
zjlxFormat
(
row
)
{
//todo-sn 2021/11/2 16:46 Ash: 未完成,只是个Demo,补全代码
switch
(
row
.
zjlx
)
{
switch
(
row
.
zjlx
)
{
case
'01'
:
case
'01'
:
return
"身份证"
;
return
"身份证"
;
case
'02'
:
case
'02'
:
return
"军官证"
;
return
"军官证"
;
case
'03'
:
return
"护照"
;
case
'04'
:
return
"外国人永久居住证"
;
case
'99'
:
return
"其他"
;
}
}
},
},
testConnectServer
()
{
testConnectServer
()
{
...
...
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