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