refactor(仓库管理): 优化复合架功能并移除无用代码

- 将CoilSelector默认标签页改为'my'
- 为WarehouseBird和WarehouseInterlaced组件添加id属性传递
- 实现复合架功能的条件渲染和权限控制
- 移除废弃的category相关代码和视图
- 在coil/merge.vue中使用WarehouseSelect组件替代原下拉框
This commit is contained in:
砂糖
2025-12-24 10:00:26 +08:00
parent dabc6657e0
commit 9d686b23dc
8 changed files with 44 additions and 333 deletions

View File

@@ -165,7 +165,7 @@ export default {
dataType: 1 // 只查询当前数据,不查询历史数据
},
columns: defaultColumns,
currentTab: 'all',
currentTab: 'my',
};
},
computed: {