fix: draft hover
This commit is contained in:
parent
0d47da06e9
commit
10c0298bb7
@ -62,7 +62,7 @@ const gridOptions: VxeGridProps = {
|
||||
id: 'workflow-leave-index',
|
||||
cellClassName: ({ row }) => {
|
||||
// 草稿状态 可点击
|
||||
if (row.status === 'draft') {
|
||||
if (row.status !== 'draft') {
|
||||
return 'cursor-pointer';
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user