diff --git a/inventory-web/src/views/material/list.vue b/inventory-web/src/views/material/list.vue
index 09aa4e0..2de36f7 100644
--- a/inventory-web/src/views/material/list.vue
+++ b/inventory-web/src/views/material/list.vue
@@ -14,7 +14,7 @@
-
+
@@ -182,7 +182,7 @@
-
+
@@ -222,7 +222,7 @@
-
+
{{ scope.row.commonName }}
-
@@ -390,7 +390,7 @@
-
+
@@ -751,7 +751,7 @@ const fieldOptions = computed(() => {
const allFields = [
{ value: 'companyName', label: '所属公司', perm: 'material_list:companyName' },
{ value: 'name', label: '名称', perm: 'material_list:name' },
- { value: 'commonName', label: '出厂名称', perm: 'material_list:commonName' },
+ { value: 'commonName', label: '专业名称', perm: 'material_list:commonName' },
{ value: 'category', label: '类别', perm: 'material_list:category' },
{ value: 'type', label: '类型', perm: 'material_list:type' },
{ value: 'spec', label: '规格型号', perm: 'material_list:spec' },