Add bulk operation

This commit is contained in:
Will Miao
2025-03-07 13:15:39 +08:00
parent 69b1773ced
commit 0c4914909a
10 changed files with 471 additions and 44 deletions

View File

@@ -10,5 +10,6 @@ export const state = {
searchManager: null,
filters: {
baseModel: []
}
},
bulkMode: false
};