Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
Y
yishuju-ui
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
何远江
yishuju-ui
Commits
e0e5a7ff
Commit
e0e5a7ff
authored
May 07, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
案件详情
parent
37cf8eec
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
3 deletions
+27
-3
index.vue
src/views/property/case-detail/index.vue
+27
-3
No files found.
src/views/property/case-detail/index.vue
View file @
e0e5a7ff
...
...
@@ -48,6 +48,24 @@
<td
class=
"label"
>
电话
</td>
<td>
{{
detail
?.
borrower
?.
phone
}}
</td>
</tr>
<tr>
<td
class=
"label"
>
性别
</td>
<td>
{{
detail
?.
borrower
?.
sex
===
'M'
?
'男'
:
detail
?.
borrower
?.
sex
===
'W'
?
'女'
:
''
}}
</td>
<td
class=
"label"
>
年龄
</td>
<td>
{{
detail
?.
borrower
?.
age
}}
</td>
</tr>
<tr>
<td
class=
"label"
>
出生日期
</td>
<td>
{{
detail
?.
borrower
?.
birthday
}}
</td>
<td
class=
"label"
>
教育程度
</td>
<td>
{{
detail
?.
borrower
?.
educationLevel
}}
</td>
</tr>
<tr>
<td
class=
"label"
>
借款人所属行业
</td>
<td>
{{
detail
?.
borrower
?.
industry
}}
</td>
<td
class=
"label"
>
有效邮箱
</td>
<td>
{{
detail
?.
borrower
?.
email
}}
</td>
</tr>
<tr>
<td
class=
"label"
>
户籍区域
</td>
<td>
{{
...
...
@@ -57,9 +75,14 @@
<td>
{{
detail
?.
borrower
?.
idCard
}}
</td>
</tr>
<tr>
<td
class=
"label"
>
户籍
地址
</td>
<td
class=
"label"
>
联系
地址
</td>
<td
colspan=
"3"
>
{{
detail
?.
borrower
?.
address
}}
</td>
</tr>
<tr>
<td
class=
"label"
>
户籍地址
</td>
<td
colspan=
"3"
>
{{
detail
?.
borrower
?.
domicileAddress
}}
</td>
</tr>
<tr>
<td
class=
"label"
>
案件还款状态
</td>
<td
colspan=
"3"
>
{{
detail
.
repayStatus
==
'over'
?
'已还款'
:
'待还款'
}}
</td>
...
...
@@ -894,7 +917,8 @@
toolbarConfig
:
{
enabled
:
false
},
});
const
relationConfig
=
reactive
({
minHeight
:
200
,
minHeight
:
320
,
height
:
320
,
columns
:
[
{
type
:
'seq'
,
width
:
60
,
title
:
'序号'
},
{
...
...
@@ -1705,7 +1729,7 @@
padding-left
:
5px
;
font-size
:
14px
;
&
.label
{
width
:
1
25
px
;
width
:
1
50
px
;
text-align
:
center
;
font-weight
:
bold
;
background
:
#f6f8ff
;
...
...
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