hyingbo
2025-07-15 68d89cf9309f5b78d7e7b5175853063d4c9cf846
src/views/tms/Warehouse.vue
@@ -2,7 +2,7 @@
  <a-card :bordered="false">
    <a-row type="flex" :gutter="16">
      <a-col :md="5">
        <WarehouseTree/>
        <WarehouseTree :title="title"/>
      </a-col>
      <a-col :md="19">
        <WarehouseList/>
@@ -23,7 +23,9 @@
      WarehouseTree
    },
    data() {
      return {}
      return {
        title: '仓库管理'
      }
    },
    methods: {}
  }