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
4653e425
Commit
4653e425
authored
Jan 24, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
ce2cc2ea
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
index.vue
src/views/business-approval/by-stages-apply/index.vue
+10
-0
returnModal.vue
src/views/property/case-detail/components/returnModal.vue
+1
-1
No files found.
src/views/business-approval/by-stages-apply/index.vue
View file @
4653e425
...
...
@@ -100,11 +100,21 @@
field
:
'caseId'
,
title
:
'案件ID'
,
search
:
{
el
:
'input'
},
slots
:
{
default
:
({
row
})
=>
{
return
<>
{
row
.
loans
.
map
((
v
)
=>
v
.
caseId
).
join
(
','
)}
<
/>
;
},
},
width
:
80
,
},
{
field
:
'loanPlatform.name'
,
title
:
'借款机构'
,
slots
:
{
default
:
({
row
})
=>
{
return
<>
{
row
.
loans
.
map
((
v
)
=>
v
.
loanPlatform
.
name
).
join
(
','
)}
<
/>
;
},
},
search
:
{
el
:
'input'
},
},
{
...
...
src/views/property/case-detail/components/returnModal.vue
View file @
4653e425
...
...
@@ -236,7 +236,7 @@
realRepayAmount
:
[{
validator
:
validaterealRepayAmount
,
trigger
:
'blur'
}],
});
const
onHide
=
()
=>
{
currentInfo
.
value
=
{};
//
currentInfo.value = {};
};
const
openModal
=
(
info
,
detail
,
type
)
=>
{
showModal
.
value
=
true
;
...
...
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