mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-04-10 16:23:15 +08:00
fix: draft hover
This commit is contained in:
@@ -62,7 +62,7 @@ const gridOptions: VxeGridProps = {
|
|||||||
id: 'workflow-leave-index',
|
id: 'workflow-leave-index',
|
||||||
cellClassName: ({ row }) => {
|
cellClassName: ({ row }) => {
|
||||||
// 草稿状态 可点击
|
// 草稿状态 可点击
|
||||||
if (row.status === 'draft') {
|
if (row.status !== 'draft') {
|
||||||
return 'cursor-pointer';
|
return 'cursor-pointer';
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user