Commit ca9b3476 authored by 14699's avatar 14699

还款计划修改标题名称

parent e5429b3c
<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"/>
......
<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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment