信用=>信息
This commit is contained in:
@@ -11,7 +11,7 @@ import Add from "./add";
|
||||
export default {
|
||||
name: "AppCreditReportApply",
|
||||
components: {Add, List},
|
||||
label: "信用报告申请",
|
||||
label: "信息报告申请",
|
||||
props: {
|
||||
instance: Function,
|
||||
dict: Object,
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
</ai-card>
|
||||
</el-form>
|
||||
</el-tab-pane>
|
||||
<el-tab-pane label="信用报告" lazy>
|
||||
<el-tab-pane label="信息报告" lazy>
|
||||
<component :is="creditReport" v-bind="cpParams"/>
|
||||
</el-tab-pane>
|
||||
</el-tabs>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<section class="list">
|
||||
<ai-list>
|
||||
<ai-title slot="title" title="信用报告申请" isShowBottomBorder/>
|
||||
<ai-title slot="title" title="信息报告申请" isShowBottomBorder/>
|
||||
<template #content>
|
||||
<ai-search-bar>
|
||||
<template #right>
|
||||
|
||||
Reference in New Issue
Block a user