fix: 测试菜单 请假申请 选中删除 需要根据状态判断
This commit is contained in:
parent
c0476613d7
commit
024087b9b2
@ -1,3 +1,9 @@
|
|||||||
|
# 1.2.4
|
||||||
|
|
||||||
|
**BUG FIX**
|
||||||
|
|
||||||
|
- 测试菜单 请假申请 选中删除 需要根据状态判断
|
||||||
|
|
||||||
# 1.2.3
|
# 1.2.3
|
||||||
|
|
||||||
**BUG FIX**
|
**BUG FIX**
|
||||||
|
@ -37,8 +37,8 @@ const gridOptions: VxeGridProps = {
|
|||||||
highlight: true,
|
highlight: true,
|
||||||
// 翻页时保留选中状态
|
// 翻页时保留选中状态
|
||||||
reserve: true,
|
reserve: true,
|
||||||
// 点击行选中
|
// 选中 需要根据状态判断
|
||||||
// trigger: 'row',
|
checkMethod: ({ row }) => ['back', 'cancel', 'draft'].includes(row.status),
|
||||||
},
|
},
|
||||||
columns,
|
columns,
|
||||||
height: 'auto',
|
height: 'auto',
|
||||||
|
Loading…
Reference in New Issue
Block a user