任务分配规则页面vxe操作栏显示隐藏bug

This commit is contained in:
gexinzhineng/gxzn27
2023-03-02 16:46:39 +08:00
parent 31505ae35b
commit c5cb59f4ba
2 changed files with 18 additions and 2 deletions

View File

@ -43,4 +43,12 @@ const crudSchemas = reactive<VxeCrudSchema>({
}
]
})
export const idShowActionClick = (modelId?: any) => {
if (modelId) {
return true
} else {
return false
}
}
export const { allSchemas } = useVxeCrudSchemas(crudSchemas)