迁移设备损耗品管理功能
This commit is contained in:
@@ -27,6 +27,7 @@ export function useTableButtons (options = {}, permissionCheck) {
|
||||
auth: btn.auth,
|
||||
cssStyle: btn.cssStyle || {},
|
||||
needSelection: !!btn.needSelection,
|
||||
disabledTip: btn.disabledTip,
|
||||
onClick: btn.onClick,
|
||||
hasPermission: btn.auth ? check(btn.auth) : true
|
||||
}))
|
||||
|
||||
Reference in New Issue
Block a user