perf(视图): 明细数据合并单元格后禁止排序

This commit is contained in:
fit2cloud-chenyw 2022-12-22 17:55:34 +08:00
parent 4cc0ef4d84
commit b8dd53d906

View File

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