功能变化: 菜单管理按钮配置优化
This commit is contained in:
@@ -82,7 +82,7 @@ export const createCrudOptions = function ({ crudExpose,menuButtonRef }: { crudE
|
||||
}
|
||||
return false
|
||||
}),
|
||||
click: (context:any):void => {
|
||||
click:(context:any):void => {
|
||||
const {row} = context
|
||||
menuButtonRef.value.drawer=true
|
||||
menuButtonRef.value.selectOptions = row
|
||||
|
||||
Reference in New Issue
Block a user