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
7835b10d
Commit
7835b10d
authored
Apr 04, 2023
by
caimeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改大一些
parent
8f43ad45
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
AdvanceLoanAmt.vue
src/components/byh/componments/AdvanceLoanAmt.vue
+3
-3
No files found.
src/components/byh/componments/AdvanceLoanAmt.vue
View file @
7835b10d
...
...
@@ -41,7 +41,7 @@
<el-col
:span=
"8"
>
<div
class=
"grid-content bg-purple"
>
服务费:
{{
this
.
ruleForm
.
serviceAmt
}}
</div>
</el-col>
<el-col
:span=
"8"
>
<div
class=
"grid-content bg-purple"
>
违约金:
{{
this
.
ruleForm
.
breakAmt
}}
</div>
</el-col>
...
...
@@ -51,7 +51,7 @@
<el-col
:span=
"8"
>
<div
class=
"grid-content bg-purple"
>
罚息:
{{
this
.
ruleForm
.
overdueAmt
}}
</div>
</el-col>
<el-col
:span=
"8"
>
<div
class=
"grid-content bg-purple"
>
融担金额:
{{
this
.
ruleForm
.
burdenAmt
}}
</div>
</el-col>
...
...
@@ -99,7 +99,7 @@
</el-form-item>
<el-form-item
label=
"还款备注"
prop=
"memo"
>
<el-col
:span=
"20"
>
<el-input
v-model=
"ruleForm.memo"
placeholder=
"请输入还款备注"
></el-input>
<el-input
v-model=
"ruleForm.memo"
type=
"textarea"
:rows=
"2"
placeholder=
"请输入还款备注"
></el-input>
</el-col>
</el-form-item>
</el-form>
...
...
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