fix: 删除冗余拖拽按钮
This commit is contained in:
parent
e212c80a3d
commit
6ee5557ce8
|
@ -232,7 +232,6 @@
|
|||
selectable: true,
|
||||
showSetting: true,
|
||||
heightUsed: 380,
|
||||
draggable: { type: 'handle' },
|
||||
showSubdirectory: true,
|
||||
},
|
||||
(record) => ({
|
||||
|
|
|
@ -295,7 +295,6 @@
|
|||
} = useTable(getLinkedCaseBugList, {
|
||||
columns: testPlanColumns,
|
||||
heightUsed: 354,
|
||||
draggable: { type: 'handle' },
|
||||
});
|
||||
|
||||
function initTableParams() {
|
||||
|
|
|
@ -133,7 +133,6 @@
|
|||
tableKey: TableKeyEnum.CASE_MANAGEMENT_TAB_REVIEW,
|
||||
scroll: { x: '100%' },
|
||||
heightUsed: 360,
|
||||
draggable: { type: 'handle' },
|
||||
});
|
||||
|
||||
async function initData() {
|
||||
|
|
Loading…
Reference in New Issue