Merge pull request #4168 from dataease/pr@dev@perf_detail_grid

perf(视图): 明细数据合并单元格后禁止排序
This commit is contained in:
fit2cloud-chenyw 2022-12-22 17:58:00 +08:00 committed by GitHub
commit 56aceedcb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@
:key="field.name"
:field="field.child ? '' : field.dataeaseName"
:resizable="true"
:sortable="(!field.child || !field.child.length)"
:sortable="(!mergeCells || !mergeCells.length) && (!field.child || !field.child.length)"
:title="field.name"
:width="columnWidth"
>