feat(credit): 更新信用 judgment debtor 模型并添加排序功能
- 在 creditJudgmentDebtor 模型中添加原告/上诉人、被告/被上诉人、其他当事人/第三人字段 - 修复模型中 name 字段注释并添加 name1 备用字段 - 在 creditCompanyInfo 组件中调整字段映射,将 name1 移至正确位置 - 修复 freezeDateEnd 字段映射错误 - 为 creditCustomer、creditJudgmentDebtor 和 creditSupplier 页面的表格列添加排序功能 - 更新相关表格列配置以支持 sorter 属性
This commit is contained in:
@@ -164,6 +164,7 @@
|
||||
dataIndex: 'price',
|
||||
key: 'price',
|
||||
width: 180,
|
||||
sorter: true,
|
||||
align: 'center'
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user