Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
loan-manager-customer
Project
Project
Details
Activity
Releases
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
zhanhai
loan-manager-customer
Commits
737ce1c0
Commit
737ce1c0
authored
Nov 29, 2023
by
caimeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改BUG 提交
parent
c2296e77
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
9 deletions
+35
-9
BillList.vue
src/components/byh/componments/BillList.vue
+2
-1
SignAgreement.vue
src/views/custom/SignAgreement.vue
+32
-7
CreateAgreement.vue
src/views/custom/com/CreateAgreement.vue
+1
-1
No files found.
src/components/byh/componments/BillList.vue
View file @
737ce1c0
...
...
@@ -272,7 +272,8 @@
:visible
.
sync=
"cf.visible"
:before-close=
"handleChangeCFClose"
>
<div
class=
"box-agreement"
>
<div
class=
"box-agreement"
style=
"height: 380px; overflow: auto"
>
<h3
style=
"color: crimson; text-align: center; margin-bottom: 20px"
>
账单变更后,不可恢复,请谨慎操作
</h3>
<block-header
title=
"当前可变更信息"
/>
<el-form
label-suffix=
":"
label-width=
"110px"
:model=
"form"
ref=
"form"
>
<el-form-item
prop=
"isUploadProve"
label=
"可变更期数"
>
...
...
src/views/custom/SignAgreement.vue
View file @
737ce1c0
...
...
@@ -105,6 +105,20 @@
</el-table>
</div>
<div
class=
"pages"
>
<el-pagination
background
@
current-change=
"handleCurrentChange"
@
size-change=
"handleSizeChange"
:current-page
.
sync=
"form.current"
:page-sizes=
"[10, 20, 50, 100]"
:page-size=
"form.size"
layout=
"total, sizes, prev, pager, next, jumper"
:total=
"total"
>
</el-pagination>
</div>
<!-- 生成协议弹框 -->
<
template
v-if=
"SignVisible"
>
...
...
@@ -284,14 +298,15 @@ export default {
this
.
init
()
},
/** 处理分页操作*/
handleCurrentChange
()
{
this
.
loanApplyList
=
this
.
backedData
()
handleCurrentChange
(
e
)
{
this
.
form
.
current
=
e
;
this
.
init
();
},
handleSizeChange
(
e
)
{
this
.
form
.
size
=
e
;
this
.
form
.
current
=
1
;
this
.
init
();
},
handleChange
()
{
}
}
}
...
...
@@ -314,4 +329,14 @@ ul, li {
padding
:
0
;
}
.p-table
{
margin-bottom
:
20px
;
}
.pages
{
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
}
</
style
>
src/views/custom/com/CreateAgreement.vue
View file @
737ce1c0
...
...
@@ -9,7 +9,7 @@
:before-close=
"handleCancel"
>
<div
class=
"box-agreement"
>
<el-form
label-suffix=
":"
:rules=
"rules"
label-width=
"
11
0px"
:model=
"form"
ref=
"form"
>
<el-form
label-suffix=
":"
:rules=
"rules"
label-width=
"
20
0px"
:model=
"form"
ref=
"form"
>
<el-row>
<el-col
:span=
"16"
>
...
...
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