diff --git a/inventory-web/src/views/stock/inbound/buy.vue b/inventory-web/src/views/stock/inbound/buy.vue
index 47217fb..083ab14 100644
--- a/inventory-web/src/views/stock/inbound/buy.vue
+++ b/inventory-web/src/views/stock/inbound/buy.vue
@@ -150,9 +150,10 @@
:sortable="isColumnSortable(col.prop) ? 'custom' : false"
>
-
+
{{ scope.row.material_name }}
+ {{ scope.row.material_name }}
diff --git a/inventory-web/src/views/stock/inbound/product.vue b/inventory-web/src/views/stock/inbound/product.vue
index 2ae5b0e..01498c9 100644
--- a/inventory-web/src/views/stock/inbound/product.vue
+++ b/inventory-web/src/views/stock/inbound/product.vue
@@ -154,9 +154,10 @@
>
-
+
{{ scope.row.material_name }}
+ {{ scope.row.material_name }}
diff --git a/inventory-web/src/views/stock/inbound/semi.vue b/inventory-web/src/views/stock/inbound/semi.vue
index f38c136..295bdcf 100644
--- a/inventory-web/src/views/stock/inbound/semi.vue
+++ b/inventory-web/src/views/stock/inbound/semi.vue
@@ -166,9 +166,10 @@
show-overflow-tooltip
>
-
+
{{ scope.row.material_name }}
+ {{ scope.row.material_name }}