fix: 测试菜单 请假申请 选中删除 需要根据状态判断

This commit is contained in:
dap 2025-03-27 21:03:55 +08:00
parent c0476613d7
commit 024087b9b2
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
# 1.2.4
**BUG FIX**
- 测试菜单 请假申请 选中删除 需要根据状态判断
# 1.2.3
**BUG FIX**

View File

@ -37,8 +37,8 @@ const gridOptions: VxeGridProps = {
highlight: true,
//
reserve: true,
//
// trigger: 'row',
//
checkMethod: ({ row }) => ['back', 'cancel', 'draft'].includes(row.status),
},
columns,
height: 'auto',