信用=>信息
This commit is contained in:
@@ -12,7 +12,7 @@ import CompanyDetail from "./companyDetail";
|
||||
export default {
|
||||
name: "AppCreditReport",
|
||||
components: {CompanyDetail, PersonDetail, Home},
|
||||
label: "信用报告",
|
||||
label: "信息报告",
|
||||
props: {
|
||||
instance: Function,
|
||||
dict: Object,
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<section class="companyDetail">
|
||||
<ai-detail>
|
||||
<ai-title slot="title" title="企业信用报告" isShowBottomBorder>
|
||||
<ai-title slot="title" title="企业信息报告" isShowBottomBorder>
|
||||
<template #rightBtn>
|
||||
<el-button @click="$router.push({})">返回信用报告</el-button>
|
||||
<el-button @click="$router.push({})">返回信息报告</el-button>
|
||||
</template>
|
||||
</ai-title>
|
||||
<template #content>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<section class="home">
|
||||
<ai-detail>
|
||||
<ai-title slot="title" title="信用报告查询工具" isShowBottomBorder/>
|
||||
<ai-title slot="title" title="信息报告查询工具" isShowBottomBorder/>
|
||||
<template #content>
|
||||
<el-input v-model="search.param" :placeholder="placeholder" @change="page.current=1,handleSearch()" clearable>
|
||||
<el-select slot="prepend" v-model="search.type" :clearable="false" @change="search.param=''">
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<section class="personDetail">
|
||||
<ai-detail>
|
||||
<ai-title slot="title" title="个人信用报告" isShowBottomBorder>
|
||||
<ai-title slot="title" title="个人信息报告" isShowBottomBorder>
|
||||
<template #rightBtn>
|
||||
<el-button @click="$router.push({})">返回信用报告</el-button>
|
||||
<el-button @click="$router.push({})">返回信息报告</el-button>
|
||||
</template>
|
||||
</ai-title>
|
||||
<template #content>
|
||||
|
||||
Reference in New Issue
Block a user