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
efc5c38d
Commit
efc5c38d
authored
Feb 10, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
案件分派查询条件修改
parent
665339c5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
12 deletions
+10
-12
index.vue
src/views/property/case-allocation/index.vue
+4
-4
index.vue
src/views/property/case-back/index.vue
+3
-4
index.vue
src/views/property/case-return/index.vue
+3
-4
No files found.
src/views/property/case-allocation/index.vue
View file @
efc5c38d
...
@@ -257,7 +257,7 @@
...
@@ -257,7 +257,7 @@
title
:
'已还总额'
,
title
:
'已还总额'
,
showOverflow
:
'tooltip'
,
showOverflow
:
'tooltip'
,
width
:
80
,
width
:
80
,
search
:
{
el
:
'input'
,
props
:
{
clearable
:
true
},
labelWidth
:
78
},
//
search: { el: 'input', props: { clearable: true }, labelWidth: 78 },
},
},
{
{
field
:
'borrower.idCard'
,
field
:
'borrower.idCard'
,
...
@@ -268,11 +268,11 @@
...
@@ -268,11 +268,11 @@
},
},
{
{
field
:
'borrower.phone'
,
field
:
'borrower.phone'
,
key
:
'borrowerPhone'
,
showOverflow
:
'tooltip'
,
showOverflow
:
'tooltip'
,
title
:
'手机'
,
title
:
'手机'
,
width
:
100
,
width
:
100
,
search
:
{
el
:
'input'
,
props
:
{
clearable
:
true
},
labelWidth
:
78
},
search
:
{
el
:
'input'
,
props
:
{
clearable
:
true
},
labelWidth
:
78
,
key
:
'borrowerPhone'
},
},
},
{
{
field
:
'principalBalance'
,
field
:
'principalBalance'
,
...
@@ -298,7 +298,7 @@
...
@@ -298,7 +298,7 @@
showOverflow
:
'tooltip'
,
showOverflow
:
'tooltip'
,
width
:
80
,
width
:
80
,
enum
:
caseStatusOpt
,
enum
:
caseStatusOpt
,
search
:
{
el
:
'select'
,
props
:
{
filterable
:
true
},
labelWidth
:
80
},
//
search: { el: 'select', props: { filterable: true }, labelWidth: 80 },
fieldNames
:
{
label
:
'label'
,
value
:
'value'
},
fieldNames
:
{
label
:
'label'
,
value
:
'value'
},
slots
:
{
slots
:
{
default
:
({
row
})
=>
{
default
:
({
row
})
=>
{
...
...
src/views/property/case-back/index.vue
View file @
efc5c38d
...
@@ -284,7 +284,7 @@
...
@@ -284,7 +284,7 @@
title
:
'已还总额'
,
title
:
'已还总额'
,
showOverflow
:
'tooltip'
,
showOverflow
:
'tooltip'
,
width
:
80
,
width
:
80
,
search
:
{
el
:
'input'
,
props
:
{
clearable
:
true
},
labelWidth
:
78
},
//
search: { el: 'input', props: { clearable: true }, labelWidth: 78 },
},
},
{
{
field
:
'borrower.idCard'
,
field
:
'borrower.idCard'
,
...
@@ -295,11 +295,10 @@
...
@@ -295,11 +295,10 @@
},
},
{
{
field
:
'borrower.phone'
,
field
:
'borrower.phone'
,
key
:
'borrowerPhone'
,
showOverflow
:
'tooltip'
,
showOverflow
:
'tooltip'
,
title
:
'手机'
,
title
:
'手机'
,
width
:
100
,
width
:
100
,
search
:
{
el
:
'input'
,
props
:
{
clearable
:
true
},
labelWidth
:
78
},
search
:
{
el
:
'input'
,
key
:
'borrowerPhone'
,
props
:
{
clearable
:
true
},
labelWidth
:
78
},
},
},
{
{
field
:
'principalBalance'
,
field
:
'principalBalance'
,
...
@@ -325,7 +324,7 @@
...
@@ -325,7 +324,7 @@
showOverflow
:
'tooltip'
,
showOverflow
:
'tooltip'
,
width
:
80
,
width
:
80
,
enum
:
caseStatusOpt
,
enum
:
caseStatusOpt
,
search
:
{
el
:
'select'
,
props
:
{
filterable
:
true
},
labelWidth
:
80
},
//
search: { el: 'select', props: { filterable: true }, labelWidth: 80 },
fieldNames
:
{
label
:
'label'
,
value
:
'value'
},
fieldNames
:
{
label
:
'label'
,
value
:
'value'
},
slots
:
{
slots
:
{
default
:
({
row
})
=>
{
default
:
({
row
})
=>
{
...
...
src/views/property/case-return/index.vue
View file @
efc5c38d
...
@@ -284,7 +284,7 @@
...
@@ -284,7 +284,7 @@
title
:
'已还总额'
,
title
:
'已还总额'
,
showOverflow
:
'tooltip'
,
showOverflow
:
'tooltip'
,
width
:
80
,
width
:
80
,
search
:
{
el
:
'input'
,
props
:
{
clearable
:
true
},
labelWidth
:
78
},
//
search: { el: 'input', props: { clearable: true }, labelWidth: 78 },
},
},
{
{
field
:
'borrower.idCard'
,
field
:
'borrower.idCard'
,
...
@@ -295,11 +295,10 @@
...
@@ -295,11 +295,10 @@
},
},
{
{
field
:
'borrower.phone'
,
field
:
'borrower.phone'
,
key
:
'borrowerPhone'
,
showOverflow
:
'tooltip'
,
showOverflow
:
'tooltip'
,
title
:
'手机'
,
title
:
'手机'
,
width
:
100
,
width
:
100
,
search
:
{
el
:
'input'
,
props
:
{
clearable
:
true
},
labelWidth
:
78
},
search
:
{
el
:
'input'
,
key
:
'borrowerPhone'
,
props
:
{
clearable
:
true
},
labelWidth
:
78
},
},
},
{
{
field
:
'principalBalance'
,
field
:
'principalBalance'
,
...
@@ -325,7 +324,7 @@
...
@@ -325,7 +324,7 @@
showOverflow
:
'tooltip'
,
showOverflow
:
'tooltip'
,
width
:
80
,
width
:
80
,
enum
:
caseStatusOpt
,
enum
:
caseStatusOpt
,
search
:
{
el
:
'select'
,
props
:
{
filterable
:
true
},
labelWidth
:
80
},
//
search: { el: 'select', props: { filterable: true }, labelWidth: 80 },
fieldNames
:
{
label
:
'label'
,
value
:
'value'
},
fieldNames
:
{
label
:
'label'
,
value
:
'value'
},
slots
:
{
slots
:
{
default
:
({
row
})
=>
{
default
:
({
row
})
=>
{
...
...
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