diff --git a/src/components/JExpandTable.vue b/src/components/JExpandTable.vue index 24db86bd..b920fae6 100644 --- a/src/components/JExpandTable.vue +++ b/src/components/JExpandTable.vue @@ -4,6 +4,7 @@ v-on="$listeners" :bordered="bordered" :scroll="{x: '100%'}" + :row-class-name="lineCanExpand" :columns="columns" :data-source="dataSource"> @@ -26,7 +27,12 @@