fix: 草稿状态逻辑

This commit is contained in:
dap 2025-07-18 12:04:25 +08:00
parent 5d88de78c7
commit 0d47da06e9

View File

@ -73,8 +73,8 @@ const [BasicTable, tableApi] = useVbenVxeGrid({
gridOptions,
gridEvents: {
cellClick: ({ row }) => {
// 稿
if (row.status !== 'draft') {
// 稿
if (row.status === 'draft') {
return;
}
//