【修改】修复筛选列头后,操作列不见的问题

This commit is contained in:
zer0Black
2021-04-16 17:09:51 +08:00
parent 854bd401f9
commit c864043c11
2 changed files with 9 additions and 10 deletions
@@ -31,7 +31,6 @@
ref="jTable"
size="default"
:columns="columns"
:isCheck="false"
:dataSource="dataSource"
>
<div
@@ -134,9 +133,6 @@
width: '150px',
dataIndex: 'action',
scopedSlots: { customRender: 'action' },
slots: {
fixedValue: 2,
}
}
],
dataSource:[],