Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
P
precision-effect
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
耿迪迪
precision-effect
Commits
21bf1281
Commit
21bf1281
authored
Aug 25, 2023
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
应还款金额
parent
1f684b63
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
2 deletions
+9
-2
CommonInfo.vue
...sion-effect-web/src/views/debit/components/CommonInfo.vue
+9
-2
No files found.
precision-effect-web/src/views/debit/components/CommonInfo.vue
View file @
21bf1281
...
...
@@ -64,8 +64,15 @@
<el-form-item
label=
"预计还款金额"
>
{{
payable
()
}}
</el-form-item>
</el-col>
</el-row>
<el-form-item
label=
"应还金额"
v-if=
"debitData.debitStatus == '2'"
>
{{
realPayable
()
}}
</el-form-item>
<el-row>
<el-col
:span=
"12"
>
<el-form-item
label=
"备注"
>
{{
debitData
.
remark
==
null
?
"-"
:
debitData
.
remark
}}
</el-form-item>
</el-col>
<el-col
:span=
"12"
>
<el-form-item
label=
"应还金额"
v-if=
"debitData.debitStatus == '2'"
>
{{
realPayable
()
}}
</el-form-item>
<el-form-item
label=
"应还金额"
v-if=
"debitData.debitStatus == '3'"
>
{{
debitData
.
realPaymentAcount
}}
</el-form-item>
</el-col>
</el-row>
<el-divider></el-divider>
</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