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
388055c0
Commit
388055c0
authored
Feb 19, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
案件详情
parent
3e843e4d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
46 additions
and
3 deletions
+46
-3
index.vue
src/views/property/case-detail/index.vue
+46
-3
No files found.
src/views/property/case-detail/index.vue
View file @
388055c0
...
...
@@ -382,7 +382,7 @@
</tr>
</tbody>
</table> -->
<div
class=
"
w-2/
3"
>
<div
class=
"
w-3/4 pr-
3"
>
<ProTable
:config=
"splitConfig"
ref=
"splitRef"
...
...
@@ -483,7 +483,7 @@
</
template
>
</ProTable>
</div>
<div
class=
"w-1/
3 pl-3
"
>
<div
class=
"w-1/
4
"
>
<ProTable
:config=
"splitDeConfig"
:data=
"splitDeData"
...
...
@@ -583,6 +583,9 @@
const
downloadfile
=
inject
(
'download'
);
const
splitRef
=
ref
();
const
caseDetailRef
=
ref
();
const
splitCurrent
=
ref
({
flowStatus
:
''
});
const
returnModalRef
=
ref
();
const
repairModalRef
=
ref
();
const
reduceTRef
=
ref
();
...
...
@@ -971,6 +974,8 @@
});
const
onCellClick
=
({
row
,
rowIndex
})
=>
{
splitDeData
.
value
=
row
.
byStagesRecords
;
splitCurrent
.
value
=
row
console
.
log
(
'splitCurrent'
,
splitCurrent
)
};
const
add
=
(
a
,
b
)
=>
{
return
(
parseFloat
(
a
)
+
parseFloat
(
b
)).
toFixed
(
2
);
...
...
@@ -1029,6 +1034,24 @@
showOverflow
:
'tooltip'
,
width
:
100
,
},
{
field
:
'flowStatus'
,
title
:
'审核状态'
,
showOverflow
:
'tooltip'
,
width
:
80
,
fieldNames
:
{
label
:
'label'
,
value
:
'value'
},
slots
:
{
default
:
({
row
})
=>
{
return
(
<>
{
row
.
flowStatus
?
FlowStatus
.
value
?.
find
((
v
)
=>
v
.
value
===
row
.
flowStatus
)?.
label
:
''
}
<
/
>
);
},
},
},
{
field
:
'remainingAmount'
,
title
:
'剩余待还金额'
,
...
...
@@ -1064,6 +1087,7 @@
{
field
:
'period'
,
title
:
'期次'
,
width
:
48
,
showOverflow
:
'tooltip'
,
},
{
...
...
@@ -1074,6 +1098,7 @@
{
field
:
'repayStatus'
,
title
:
'状态'
,
width
:
60
,
showOverflow
:
'tooltip'
,
slots
:
{
default
:
({
row
})
=>
{
...
...
@@ -1097,7 +1122,7 @@
<
ElButton
type
=
"primary"
onClick
=
{()
=>
returnCrash
(
row
,
'分期还款'
)}
disabled
=
{
row
.
repayStatus
===
'over'
||
split
DeData
.
value
.
flowStatus
!==
'pass'
}
disabled
=
{
row
.
repayStatus
===
'over'
||
split
Current
.
value
.
flowStatus
!==
'pass'
}
>
还款
<
/ElButton
>
...
...
@@ -1203,6 +1228,24 @@
showOverflow
:
'tooltip'
,
title
:
'减免截止时间'
,
},
{
field
:
'flowStatus'
,
title
:
'审核状态'
,
showOverflow
:
'tooltip'
,
width
:
80
,
fieldNames
:
{
label
:
'label'
,
value
:
'value'
},
slots
:
{
default
:
({
row
})
=>
{
return
(
<>
{
row
.
flowStatus
?
FlowStatus
.
value
?.
find
((
v
)
=>
v
.
value
===
row
.
flowStatus
)?.
label
:
''
}
<
/
>
);
},
},
},
{
field
:
'inEffectDate'
,
showOverflow
:
'tooltip'
,
...
...
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