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
9b887e93
Commit
9b887e93
authored
Jul 10, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
案件回收和全部案件增加委案金额和借款人年龄的搜索条件
parent
676fa7d5
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
58 additions
and
0 deletions
+58
-0
index.vue
src/views/property/case-back/index.vue
+39
-0
index.vue
src/views/property/case-manage/index.vue
+19
-0
No files found.
src/views/property/case-back/index.vue
View file @
9b887e93
...
@@ -375,6 +375,45 @@
...
@@ -375,6 +375,45 @@
width
:
100
,
width
:
100
,
search
:
{
el
:
'select'
,
props
:
{
clearable
:
true
,
filterable
:
true
},
key
:
'manageOrgId'
,
labelWidth
:
105
},
search
:
{
el
:
'select'
,
props
:
{
clearable
:
true
,
filterable
:
true
},
key
:
'manageOrgId'
,
labelWidth
:
105
},
},
},
{
field
:
'commissionAmount'
,
title
:
'委案金额'
,
sortable
:
true
,
showOverflow
:
'tooltip'
,
width
:
120
,
search
:
{
render
:
({
searchParam
})
=>
{
return
(
<
div
class
=
"flex"
>
<
el
-
input
vModel_trim
=
{
searchParam
.
commissionAmountBegin
}
placeholder
=
"最小值"
/>
<
span
class
=
"mr-1 ml-1"
>-<
/span
>
<
el
-
input
vModel_trim
=
{
searchParam
.
commissionAmountEnd
}
placeholder
=
"最大值"
/>
<
/div
>
);
},
props
:
{
clearable
:
true
},
labelWidth
:
105
,
},
},
{
field
:
'borrower.age'
,
title
:
'借款人年龄'
,
showOverflow
:
'tooltip'
,
width
:
120
,
search
:
{
render
:
({
searchParam
})
=>
{
return
(
<
div
class
=
"flex"
>
<
el
-
input
vModel_trim
=
{
searchParam
.
ageBegin
}
placeholder
=
"最小值"
/>
<
span
class
=
"mr-1 ml-1"
>-<
/span
>
<
el
-
input
vModel_trim
=
{
searchParam
.
ageEnd
}
placeholder
=
"最大值"
/>
<
/div
>
);
},
props
:
{
clearable
:
true
},
labelWidth
:
105
,
},
},
{
{
field
:
'batchCode'
,
field
:
'batchCode'
,
title
:
'导入批次'
,
title
:
'导入批次'
,
...
...
src/views/property/case-manage/index.vue
View file @
9b887e93
...
@@ -458,6 +458,25 @@
...
@@ -458,6 +458,25 @@
labelWidth
:
90
,
labelWidth
:
90
,
},
},
},
},
{
field
:
'borrower.age'
,
title
:
'借款人年龄'
,
showOverflow
:
'tooltip'
,
width
:
120
,
search
:
{
render
:
({
searchParam
})
=>
{
return
(
<
div
class
=
"flex"
>
<
el
-
input
vModel_trim
=
{
searchParam
.
ageBegin
}
placeholder
=
"最小值"
/>
<
span
class
=
"mr-1 ml-1"
>-<
/span
>
<
el
-
input
vModel_trim
=
{
searchParam
.
ageEnd
}
placeholder
=
"最大值"
/>
<
/div
>
);
},
props
:
{
clearable
:
true
},
labelWidth
:
90
,
},
},
{
{
field
:
'maxStagesNum'
,
field
:
'maxStagesNum'
,
title
:
'分期最大期数'
,
title
:
'分期最大期数'
,
...
...
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