Browse Source

fix:设备信息查询新增负责人

luoxiao 3 tháng trước cách đây
mục cha
commit
aa41bcb43d
1 tập tin đã thay đổi với 2 bổ sung7 xóa
  1. 2 7
      src/components/CrudTable/configs/tableConfig.ts

+ 2 - 7
src/components/CrudTable/configs/tableConfig.ts

@@ -264,6 +264,7 @@ export const tableConfig = {
       {
         label: "负责人",
         prop: "head",
+        search: true,
       },
       {
         label: "存放位置",
@@ -277,7 +278,6 @@ export const tableConfig = {
         label: "制造厂",
         prop: "brand",
       },
-
     ],
   },
 
@@ -329,7 +329,7 @@ export const tableConfig = {
         type: "number",
         precision: 2,
       },
-      { label: "物料规格", prop: "spec",search: true },
+      { label: "物料规格", prop: "spec", search: true },
     ],
   },
 
@@ -758,7 +758,6 @@ export const tableConfig = {
         prop: "id",
         display: false,
         hide: true,
-
       },
       {
         label: "物料名称",
@@ -812,8 +811,4 @@ export const tableConfig = {
       // },
     ],
   },
-
-
-
-
 };