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
f6cc485a
Commit
f6cc485a
authored
Feb 22, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
我的案件
parent
461e68ee
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
4 deletions
+20
-4
index.vue
src/views/property/case-manage/index.vue
+11
-3
index.vue
src/views/workplace/case/index.vue
+9
-1
No files found.
src/views/property/case-manage/index.vue
View file @
f6cc485a
...
...
@@ -196,21 +196,29 @@
title
:
'委案金额'
,
showOverflow
:
'tooltip'
,
width
:
80
,
search
:
{
el
:
'input'
,
props
:
{
clearable
:
true
},
labelWidth
:
90
},
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
:
90
},
},
{
field
:
'maxStagesNum'
,
title
:
'分期最大期数'
,
width
:
60
,
showOverflow
:
'tooltip'
,
search
:
{
el
:
'input'
,
props
:
{
clearable
:
true
},
labelWidth
:
90
},
//
search: { el: 'input', props: { clearable: true }, labelWidth: 90 },
},
{
field
:
'minAmount'
,
title
:
'最低分期金额'
,
width
:
80
,
showOverflow
:
'tooltip'
,
search
:
{
el
:
'input'
,
props
:
{
clearable
:
true
},
labelWidth
:
90
},
//
search: { el: 'input', props: { clearable: true }, labelWidth: 90 },
},
{
field
:
'mergerCase'
,
...
...
src/views/workplace/case/index.vue
View file @
f6cc485a
...
...
@@ -258,7 +258,15 @@
title
:
'委案金额'
,
showOverflow
:
'tooltip'
,
width
:
80
,
search
:
{
el
:
'input'
,
props
:
{
clearable
:
true
},
labelWidth
:
90
},
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
:
90
},
},
{
field
:
'sumRepayAmount'
,
...
...
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