更正贷款应用名
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="AppLoadAudit">
|
<section class="AppLoanAudit">
|
||||||
<component :is="currentComponent" :instance="instance" :dict="dict" :permissions="permissions"/>
|
<component :is="currentComponent" :instance="instance" :dict="dict" :permissions="permissions"/>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
@@ -10,7 +10,7 @@ import LoanDetail from "./loanDetail";
|
|||||||
import LoanList from "./loanList";
|
import LoanList from "./loanList";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "AppLoadAudit",
|
name: "AppLoanAudit",
|
||||||
components: {LoanList, LoanDetail},
|
components: {LoanList, LoanDetail},
|
||||||
label: "贷款审核",
|
label: "贷款审核",
|
||||||
props: {
|
props: {
|
||||||
@@ -30,6 +30,6 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.AppLoadAudit {
|
.AppLoanAudit {
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
Reference in New Issue
Block a user