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