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