src/views/tms/modules/inbound/InboundApplyDetailList.vue
@@ -63,12 +63,17 @@
          align: 'center',
        },
         {
          title: '库位号',
          dataIndex: 'goodsShelvesId',
          align: 'center',
        },
         {
          title: '入库数量',
          dataIndex: 'inStorageQuantity',
          align: 'center',
        },
        {
          title: '实际入库数量',
          title: '已入库数量',
          dataIndex: 'inActualCount',
          align: 'center',
        }