feat(credit): 更新表格选择模式并添加新的列模板

- 将多个信用模块表格的选择属性从 :selection 改为 v-model:selection
- 在信用判决债务人页面添加 appellee 列的模板显示
- 在信用执行信息页面添加 plaintiffAppellant 列的模板显示
- 优化表格组件的数据绑定方式
This commit is contained in:
2026-03-02 14:25:32 +08:00
parent ddb311b82f
commit b4f3dcbb18
6 changed files with 10 additions and 4 deletions

View File

@@ -7,7 +7,7 @@
:columns="columns"
:datasource="datasource"
:customRow="customRow"
:selection="selection"
v-model:selection="selection"
tool-class="ele-toolbar-form"
class="sys-org-table"
>