style(credit): 格式化代码并优化表格渲染逻辑

- 统一API请求参数格式化,在多个信用模块中添加对象参数换行
- 移除多余空行和尾随逗号,保持代码整洁
- 优化信用公司组件中的表格列配置,修复被执行人字段显示逻辑
- 调整信用案件导入模板下载链接的布局格式
- 优化表格数据分页计算,改进总数判断逻辑
- 调整搜索组件中注释按钮的缩进格式
- 修复信用司法页面的导入按钮组件路径引用格式
This commit is contained in:
2026-02-14 17:37:48 +08:00
parent ff186910da
commit d3345d14d6
16 changed files with 167 additions and 100 deletions

View File

@@ -24,7 +24,6 @@
@exportData="exportData"
/>
</a-space>
</template>
<template #bodyCell="{ column, record }">
<template v-if="column.key === 'companyName'">
@@ -194,7 +193,7 @@
sorter: true,
ellipsis: true,
customRender: ({ text }) => toDateString(text, 'yyyy-MM-dd HH:mm:ss')
},
}
// {
// title: '操作',
// key: 'action',