{{ t('common.query') }}
{{ t('common.reset') }}
{{ t('action.add') }}
{{ getWarehouseName(scope.row.warehouseId) }}
{{ getAreaName(scope.row.areaId) }}
{{ scope.row.positionX ?? '-' }}, {{ scope.row.positionY ?? '-' }}, {{ scope.row.positionZ ?? '-' }}
{{ scope.row.allowProductMix ? t('common.yes') : t('common.no') }}
{{ scope.row.allowBatchMix ? t('common.yes') : t('common.no') }}
{{ t('action.edit') }}
{{ t('action.del') }}