forked from github/dataease
Merge pull request #4168 from dataease/pr@dev@perf_detail_grid
perf(视图): 明细数据合并单元格后禁止排序
This commit is contained in:
commit
56aceedcb2
@ -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"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user