信用=>信息

This commit is contained in:
aixianling
2022-07-05 17:01:46 +08:00
parent 8eb0c51937
commit 2a924caacd
9 changed files with 11 additions and 11 deletions

View File

@@ -12,7 +12,7 @@ import CompanyDetail from "./companyDetail";
export default {
name: "AppCreditReport",
components: {CompanyDetail, PersonDetail, Home},
label: "信报告",
label: "信报告",
props: {
instance: Function,
dict: Object,

View File

@@ -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>

View File

@@ -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=''">

View File

@@ -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>

View File

@@ -11,7 +11,7 @@ import Add from "./add";
export default {
name: "AppCreditReportApply",
components: {Add, List},
label: "信报告申请",
label: "信报告申请",
props: {
instance: Function,
dict: Object,

View File

@@ -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>

View File

@@ -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>

View File

@@ -120,7 +120,7 @@ export default {
const link = document.createElement('a')
link.style.display = 'none'
link.href = res.data
link.setAttribute('download', this.info.name + '信报告.pdf')
link.setAttribute('download', this.info.name + '信报告.pdf')
document.body.appendChild(link)
link.click()
document.body.removeChild(link)

View File

@@ -125,7 +125,7 @@ export default {
const link = document.createElement('a')
link.style.display = 'none'
link.href = res.data
link.setAttribute('download', this.info.name + '信报告.pdf')
link.setAttribute('download', this.info.name + '信报告.pdf')
document.body.appendChild(link)
link.click()
document.body.removeChild(link)