From 2a924caacda0a33dce74a236735f4168937fbc28 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 5 Jul 2022 17:01:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=A1=E7=94=A8=3D>=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../apps/creditReport/AppCreditReport/AppCreditReport.vue | 2 +- .../apps/creditReport/AppCreditReport/companyDetail.vue | 4 ++-- project/xiushan/apps/creditReport/AppCreditReport/home.vue | 2 +- .../apps/creditReport/AppCreditReport/personDetail.vue | 4 ++-- .../AppCreditReportApply/AppCreditReportApply.vue | 2 +- .../xiushan/apps/creditReport/AppCreditReportApply/add.vue | 2 +- .../xiushan/apps/creditReport/AppCreditReportApply/list.vue | 2 +- project/xiushan/components/enterpriseDialog.vue | 2 +- project/xiushan/components/personCreditReport.vue | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/project/xiushan/apps/creditReport/AppCreditReport/AppCreditReport.vue b/project/xiushan/apps/creditReport/AppCreditReport/AppCreditReport.vue index d2a128c7..b7173ff3 100644 --- a/project/xiushan/apps/creditReport/AppCreditReport/AppCreditReport.vue +++ b/project/xiushan/apps/creditReport/AppCreditReport/AppCreditReport.vue @@ -12,7 +12,7 @@ import CompanyDetail from "./companyDetail"; export default { name: "AppCreditReport", components: {CompanyDetail, PersonDetail, Home}, - label: "信用报告", + label: "信息报告", props: { instance: Function, dict: Object, diff --git a/project/xiushan/apps/creditReport/AppCreditReport/companyDetail.vue b/project/xiushan/apps/creditReport/AppCreditReport/companyDetail.vue index 514e8704..db9af95f 100644 --- a/project/xiushan/apps/creditReport/AppCreditReport/companyDetail.vue +++ b/project/xiushan/apps/creditReport/AppCreditReport/companyDetail.vue @@ -1,9 +1,9 @@