feat(credit): 添加客户管理模块

- 新增客户数据模型定义
- 实现客户分页查询、列表查询、新增、修改、删除等API接口
- 创建客户管理页面,包含表格展示、编辑弹窗、搜索功能
- 添加客户编辑表单,支持客户信息的录入与修改
- 实现客户数据的状态管理与操作功能
- 优化开庭公告等模块的字段命名与代码结构
- 统一导入导出功能组件的使用方式
- 修复被告/被上诉人字段绑定错误的问题
This commit is contained in:
2025-12-21 21:22:11 +08:00
parent f87103119a
commit ebdc9b5933
37 changed files with 2691 additions and 858 deletions

View File

@@ -37,7 +37,7 @@
<a-input
allow-clear
placeholder="请输入被告/被上诉人"
v-model:value="form.defendant appellee"
v-model:value="form.appellee"
/>
</a-form-item>
<a-form-item label="其他当事人/第三人" name="otherPartiesThirdParty">
@@ -188,7 +188,7 @@
id: undefined,
dataType: undefined,
plaintiffAppellant: undefined,
defendant appellee: undefined,
appellee: undefined,
otherPartiesThirdParty: undefined,
occurrenceTime: undefined,
caseNumber: undefined,