cuijian
2025-06-05 34feb4908ec7b7e5b51adf6355603978c67bd3a4
src/views/tms/GoodsShelves.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">
        <GoodsShelvesList/>
@@ -23,7 +23,9 @@
      WarehouseTree
    },
    data() {
      return {}
      return {
        title: '库位货架管理'
      }
    },
    methods: {}
  }