fix: 草稿状态逻辑
This commit is contained in:
parent
5d88de78c7
commit
0d47da06e9
@ -73,8 +73,8 @@ const [BasicTable, tableApi] = useVbenVxeGrid({
|
||||
gridOptions,
|
||||
gridEvents: {
|
||||
cellClick: ({ row }) => {
|
||||
// 非草稿状态 不做处理
|
||||
if (row.status !== 'draft') {
|
||||
// 草稿状态 不做处理
|
||||
if (row.status === 'draft') {
|
||||
return;
|
||||
}
|
||||
// 查看详情
|
||||
|
||||
Loading…
Reference in New Issue
Block a user