fix: 删除冗余拖拽按钮

This commit is contained in:
teukkk 2024-06-25 18:25:19 +08:00 committed by Craftsman
parent e212c80a3d
commit 6ee5557ce8
3 changed files with 0 additions and 3 deletions

View File

@ -232,7 +232,6 @@
selectable: true,
showSetting: true,
heightUsed: 380,
draggable: { type: 'handle' },
showSubdirectory: true,
},
(record) => ({

View File

@ -295,7 +295,6 @@
} = useTable(getLinkedCaseBugList, {
columns: testPlanColumns,
heightUsed: 354,
draggable: { type: 'handle' },
});
function initTableParams() {

View File

@ -133,7 +133,6 @@
tableKey: TableKeyEnum.CASE_MANAGEMENT_TAB_REVIEW,
scroll: { x: '100%' },
heightUsed: 360,
draggable: { type: 'handle' },
});
async function initData() {