feat(credit): 添加链接地址字段支持

- 在多个信用模型中添加 url 字段定义,包括信用违约、立案、公司、竞争对手等
- 修复法院公告模型中的字段命名错误,将 defendant appellee 改为 appellee
- 在前端页面中实现链接地址的展示功能,为名称字段添加外链支持
- 优化页面布局结构,调整部分组件的缩进格式
- 修复时间格式化函数的换行问题,提升代码可读性
- 统一表格列宽度设置,优化页面显示效果
This commit is contained in:
2026-01-03 22:36:45 +08:00
parent 4f9a0e7f91
commit 90aaeef018
39 changed files with 762 additions and 625 deletions

View File

@@ -26,6 +26,8 @@ export interface CreditDeliveryNotice {
courtName?: string;
// 数据状态
dataStatus?: string;
// 链接地址
url?: string;
// 备注
comments?: string;
// 是否推荐