feat(credit): 扩展信用公司信息组件功能

- 将抽屉宽度从80%调整为90%以提供更好的显示效果
- 添加对外投资模块的字段映射配置
- 添加风险关系模块的字段映射配置
- 添加竞争对手模块的字段映射配置
- 添加供应商模块的字段映射配置
- 添加立案信息模块的字段映射和隐藏字段配置
- 添加诉前调解模块的字段映射和隐藏字段配置
- 添加开庭公告模块的字段映射配置
- 添加法院公告模块的字段映射配置
- 添加送达公告模块的字段映射配置
- 添加裁判文书模块的字段映射配置
- 添加被执行人模块的字段映射和隐藏字段配置
- 添加失信被执行人模块的字段映射和隐藏字段配置
- 添加终本案件模块的字段映射和隐藏字段配置
- 添加限制高消费模块的字段映射和隐藏字段配置
- 添加股权冻结模块的字段映射和隐藏字段配置
- 添加司法案件模块的字段映射和隐藏字段配置
- 注释掉开发环境中的API URL配置项
This commit is contained in:
2026-01-15 17:22:38 +08:00
parent 7aa74c59a7
commit 94bbb13a64
2 changed files with 178 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
VITE_APP_NAME=后台管理(开发环境)
VITE_API_URL=http://127.0.0.1:9200/api
#VITE_API_URL=http://127.0.0.1:9200/api
#VITE_SERVER_API_URL=http://127.0.0.1:8000/api

View File

@@ -1,7 +1,7 @@
<!-- 编辑弹窗 -->
<template>
<a-drawer
width="80%"
width="90%"
:visible="visible"
:maskClosable="false"
:maxable="maxable"
@@ -446,6 +446,182 @@
updateTime: '修改时间'
}
},
对外投资: {
titleMap: {
registeredCapital: '注册资本',
establishmentDate: '成立日期',
legalRepresentative: '法定代表人姓名',
shareholdingRatio: '持股比例',
subscribedInvestmentAmount: '认缴出资额',
subscribedInvestmentDate: '认缴出资日期',
indirectShareholdingRatio: '间接持股比例',
investmentDate: '投资日期',
region: '所属地区',
industry: '所属行业',
investmentCount: '投资数量',
relatedProductsInstitutions: '关联产品/机构'
}
},
风险关系: {
titleMap: {
mainBodyName: '主体名称',
registrationStatus: '登记状态',
registeredCapital: '注册资本',
provinceRegion: '省份地区',
associatedRelation: '关联关系',
riskRelation: '风险关系'
}
},
竞争对手: {
titleMap: {
legalRepresentative: '法定代表人',
registeredCapital: '注册资本',
establishmentDate: '成立日期',
registrationStatus: '登记状态',
industry: '所属行业',
province: '所属省份',
mainCompanyName: '企业名称'
}
},
供应商: {
titleMap: {
supplier: '供应商',
purchaseAmount: '采购金额(万元)',
}
},
立案信息: {
titleMap: {
dataType: '数据状态',
appellee: '被告/被上诉人',
otherPartiesThirdParty: '其他当事人/第三人',
plaintiffAppellant: '原告/上诉人',
causeOfAction: '案由',
involvedAmount: '涉案金额'
},
hidden: ['dataStatus']
},
诉前调解: {
titleMap: {
dataType: '数据状态',
plaintiffAppellant: '原告/上诉人',
appellee: '被告/被上诉人',
otherPartiesThirdParty: '其他当事人/第三人',
causeOfAction: '案由',
involvedAmount: '涉案金额'
},
hidden: ['dataStatus']
},
开庭公告: {
titleMap: {
dataType: '数据状态',
plaintiffAppellant: '原告/上诉人',
appellee: '被告/被上诉人',
otherPartiesThirdParty: '其他当事人/第三人',
causeOfAction: '案由',
involvedAmount: '涉案金额'
}
},
法院公告: {
titleMap: {
dataType: '数据状态',
plaintiffAppellant: '原告/上诉人',
appellee: '被告/被上诉人',
otherPartiesThirdParty: '其他当事人/第三人',
causeOfAction: '案由',
involvedAmount: '涉案金额'
}
},
送达公告: {
titleMap: {
dataType: '数据状态',
plaintiffAppellant: '原告/上诉人',
appellee: '被告/被上诉人',
otherPartiesThirdParty: '其他当事人/第三人',
causeOfAction: '案由',
involvedAmount: '涉案金额'
}
},
裁判文书: {
titleMap: {
dataType: '数据状态',
plaintiffAppellant: '原告/上诉人',
appellee: '被告/被上诉人',
otherPartiesThirdParty: '其他当事人/第三人',
causeOfAction: '案由',
involvedAmount: '涉案金额'
}
},
被执行人: {
titleMap: {
historyId: '历史被执行人ID',
historyName: '历史被执行人名称'
},
hidden: ['historyId','dataStatus']
},
失信被执行人: {
titleMap: {
dataType: '数据状态',
plaintiffAppellant: '原告/上诉人',
appellee: '被告/被上诉人',
otherPartiesThirdParty: '其他当事人/第三人',
causeOfAction: '案由',
involvedAmount: '涉案金额',
},
hidden: ['dataStatus']
},
终本案件: {
titleMap: {
dataType: '数据状态',
plaintiffAppellant: '原告/上诉人',
appellee: '被告/被上诉人',
otherPartiesThirdParty: '其他当事人/第三人',
causeOfAction: '案由',
involvedAmount: '涉案金额'
},
hidden: ['dataStatus']
},
限制高消费: {
titleMap: {
dataType: '数据状态',
plaintiffAppellant: '原告/上诉人',
appellee: '被告/被上诉人',
otherPartiesThirdParty: '其他当事人/第三人',
causeOfAction: '案由',
involvedAmount: '涉案金额'
},
hidden: ['dataStatus']
},
股权冻结: {
titleMap: {
dataType: '数据状态',
plaintiffAppellant: '原告/上诉人',
appellee: '被告/被上诉人',
otherPartiesThirdParty: '其他当事人/第三人',
causeOfAction: '案由',
involvedAmount: '涉案金额'
},
hidden: ['dataStatus']
},
司法案件: {
titleMap: {
reason: '案由',
infoType: '案件类型',
country: '国家',
province: '省份',
city: '城市',
region: '地区',
address: '地址',
caseProgress: '案件进度',
caseIdentity: '案件身份',
court: '法院',
processDate: '进程时间',
caseAmount: '案件金额(元)',
expirationTime: '到期时间'
},
hidden: ['parentId','type']
},
附近企业: {
order: [
'name',