【fix 66426】JTable修复拖拽问题

This commit is contained in:
danshihao
2023-03-21 17:32:18 +08:00
parent e56a81413b
commit 433b1a77b2
3 changed files with 18 additions and 16 deletions
@@ -75,6 +75,7 @@ export default {
resizable: true,
title: 'Date',
dataIndex: 'date',
minWidth: 200,
width: 200
},
{
@@ -82,6 +83,7 @@ export default {
columnTitle: 'Name',
dataIndex: 'name',
key: 'name',
minWidth: 100,
slots: { title: 'customTitle' },
scopedSlots: { customRender: 'name' }
},
@@ -89,6 +91,7 @@ export default {
title: 'Tags',
key: 'tags',
dataIndex: 'tags',
minWidth: 200,
scopedSlots: { customRender: 'tags' }
},
{