迁移设备损耗品管理功能
Some checks failed
Release pipeline / publish (push) Has been cancelled
Release pipeline / Always run job (push) Has been cancelled

This commit is contained in:
sheng
2026-06-26 00:27:03 +08:00
parent 2e44bd86a3
commit 874cbeaeea
12 changed files with 1126 additions and 767 deletions

View File

@@ -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
}))