refactor(仓库管理): 优化复合架功能并移除无用代码
- 将CoilSelector默认标签页改为'my' - 为WarehouseBird和WarehouseInterlaced组件添加id属性传递 - 实现复合架功能的条件渲染和权限控制 - 移除废弃的category相关代码和视图 - 在coil/merge.vue中使用WarehouseSelect组件替代原下拉框
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
<!-- 导出所有二维码 -->
|
||||
<!-- <button buttonLoading type="primary" @click="exportAllQrcodes">导出二维码</button> -->
|
||||
<WarehouseBird
|
||||
:id="selectedNodeId"
|
||||
:warehouse-list="warehouseList"
|
||||
@open-init-dialog="openInitDialog"
|
||||
@split-warehouse="handleSplitWarehouse"
|
||||
|
||||
Reference in New Issue
Block a user