|
@@ -57,15 +57,15 @@ const warehouseData = ref([]);
|
|
|
const active = ref("all");
|
|
|
const listConfig = ref([
|
|
|
{
|
|
|
- label: porxy.t('inventoryQuery.itemClassification'),
|
|
|
+ label: proxy.t('inventoryQuery.itemClassification'),
|
|
|
prop: "productClassifyName",
|
|
|
},
|
|
|
{
|
|
|
- label: porxy.t('inventoryQuery.itemName'),
|
|
|
+ label: proxy.t('inventoryQuery.itemName'),
|
|
|
prop: "productName",
|
|
|
},
|
|
|
{
|
|
|
- label: porxy.t('inventoryQuery.inventoryQuantity'),
|
|
|
+ label: proxy.t('inventoryQuery.inventoryQuantity'),
|
|
|
prop: "quantity",
|
|
|
},
|
|
|
]);
|