政策申办=>贷款联审 傻逼设计
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<section class="AppPolicyBid">
|
||||
<ai-list>
|
||||
<ai-title slot="title" title="政策申办数据统计" isShowBottomBorder></ai-title>
|
||||
<ai-title slot="title" title="贷款联审数据统计" isShowBottomBorder></ai-title>
|
||||
<template #content>
|
||||
<ai-search-bar>
|
||||
<template #left>
|
||||
@@ -13,7 +13,7 @@
|
||||
<ai-import
|
||||
ref="import"
|
||||
title="导入"
|
||||
name="政策申办数据统计"
|
||||
name="贷款联审数据统计"
|
||||
url="/appzwspstatistics/downloadTemplate"
|
||||
importUrl="/appzwspstatistics/import"
|
||||
suffixName="xlsx"
|
||||
@@ -29,7 +29,7 @@
|
||||
>导入</el-button
|
||||
>
|
||||
</ai-import>
|
||||
<ai-download :instance="instance" url="/appzwspstatistics/export" :params="search" fileName="政策申办数据统计" :disabled="tableData.length == 0">
|
||||
<ai-download :instance="instance" url="/appzwspstatistics/export" :params="search" fileName="贷款联审数据统计" :disabled="tableData.length == 0">
|
||||
<el-button icon="iconfont iconExported" :disabled="tableData.length == 0">导出</el-button>
|
||||
</ai-download>
|
||||
</template>
|
||||
@@ -55,7 +55,7 @@ import {mapState} from "vuex";
|
||||
|
||||
export default {
|
||||
name: "AppPolicyBid",
|
||||
label: "政策申办数据统计",
|
||||
label: "贷款联审数据统计",
|
||||
props: {
|
||||
instance: Function,
|
||||
dict: Object,
|
||||
@@ -139,4 +139,4 @@ export default {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user