Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
komatsu-lease-app
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
komatsu
komatsu-lease-app
Commits
ca9b3476
Commit
ca9b3476
authored
Nov 24, 2023
by
14699
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
还款计划修改标题名称
parent
e5429b3c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.vue
src/modules/makeRepayment/views/index.vue
+1
-1
plan.vue
src/modules/makeRepayment/views/plan.vue
+1
-1
No files found.
src/modules/makeRepayment/views/index.vue
View file @
ca9b3476
<
template
>
<div
class=
"container"
>
<NavBar
title=
"
还款计划
"
left-arrow
@
click-left=
"goBack"
/>
<NavBar
title=
"
在线还款
"
left-arrow
@
click-left=
"goBack"
/>
<section
class=
"list"
>
<Search
v-model=
"value"
placeholder=
"请输入项目编号/融资金额"
@
update:model-value=
"onSearch"
/>
...
...
src/modules/makeRepayment/views/plan.vue
View file @
ca9b3476
<
template
>
<RepayPlan
navTitle=
"
还款计划
"
:currencyObj=
"currencyObj"
:showFooter=
"false"
@
onLeftClick=
"goBack"
navText=
"罚息明细"
@
onClickRight=
"goDamagesDetail"
>
<RepayPlan
navTitle=
"
在线还款
"
:currencyObj=
"currencyObj"
:showFooter=
"false"
@
onLeftClick=
"goBack"
navText=
"罚息明细"
@
onClickRight=
"goDamagesDetail"
>
<template
#
list
>
<div
class=
"repay_list"
>
<div
class=
"repay_content"
v-for=
"(item, index) in cashflow"
>
...
...
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