【修改】修复筛选列头后,操作列不见的问题
This commit is contained in:
@@ -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:[],
|
||||
|
||||
Reference in New Issue
Block a user