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
39408f6c
Commit
39408f6c
authored
Apr 27, 2025
by
沈翠玲
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复问题
parent
499042e9
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
5 deletions
+3
-5
splitDrawer.vue
...iness-approval/by-stages-apply/components/splitDrawer.vue
+1
-2
splitDrawer.vue
src/views/property/case-detail/components/splitDrawer.vue
+1
-2
index.vue
src/views/workplace/case/index.vue
+1
-1
No files found.
src/views/business-approval/by-stages-apply/components/splitDrawer.vue
View file @
39408f6c
...
@@ -728,8 +728,7 @@
...
@@ -728,8 +728,7 @@
message
:
'修改分期数值后要确认'
,
message
:
'修改分期数值后要确认'
,
plain
:
true
,
plain
:
true
,
});
});
const
arr
=
splitdata
.
value
.
filter
((
v
)
=>
v
.
applyAmount
<
minAmount
.
value
);
if
(
Number
(
form
.
totalRepayAmount
||
0
)
<
minAmount
.
value
)
if
(
arr
.
length
>
0
)
return
ElMessage
.
warning
({
return
ElMessage
.
warning
({
message
:
'分期金额要大于本批次的分期最低金额'
,
message
:
'分期金额要大于本批次的分期最低金额'
,
plain
:
true
,
plain
:
true
,
...
...
src/views/property/case-detail/components/splitDrawer.vue
View file @
39408f6c
...
@@ -558,8 +558,7 @@
...
@@ -558,8 +558,7 @@
message
:
'修改分期数值后要确认'
,
message
:
'修改分期数值后要确认'
,
plain
:
true
,
plain
:
true
,
});
});
const
arr
=
splitdata
.
value
.
filter
((
v
)
=>
v
.
applyAmount
<
minAmount
.
value
);
if
(
Number
(
form
.
totalRepayAmount
||
0
)
<
minAmount
.
value
)
if
(
arr
.
length
>
0
)
return
ElMessage
.
warning
({
return
ElMessage
.
warning
({
message
:
'分期金额要大于本批次的分期最低金额'
,
message
:
'分期金额要大于本批次的分期最低金额'
,
plain
:
true
,
plain
:
true
,
...
...
src/views/workplace/case/index.vue
View file @
39408f6c
...
@@ -383,7 +383,7 @@
...
@@ -383,7 +383,7 @@
title
:
'是否有跟进记录'
,
title
:
'是否有跟进记录'
,
width
:
80
,
width
:
80
,
enum
:
BooleanStatus
,
enum
:
BooleanStatus
,
search
:
{
el
:
'select'
,
props
:
{
filterable
:
true
,
clearable
:
true
},
labelWidth
:
90
,
defaultValue
:
activeName
.
value
===
'全部'
?
'N'
:
'Y'
}
,
search
:
activeName
.
value
===
'全部'
?
{
el
:
'select'
,
props
:
{
filterable
:
true
,
clearable
:
true
},
labelWidth
:
90
,
defaultValue
:
'N'
}
:
null
,
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