Quellcode durchsuchen

Merge branch '采购调整' into 测试

lxf vor 1 Jahr
Ursprung
Commit
33bbfb7619
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      src/views/group/purchase/contract/index.vue

+ 2 - 2
src/views/group/purchase/contract/index.vue

@@ -572,7 +572,7 @@ const configThree = computed(() => {
     {
       attrs: {
         label: "采购单号",
-        slot: "purchaseCode",
+        prop: "purchaseCode",
         width: 160,
       },
     },
@@ -586,7 +586,7 @@ const configThree = computed(() => {
     {
       attrs: {
         label: "BOM品名",
-        slot: "bomSpecName",
+        prop: "bomSpecName",
         "min-width": 240,
       },
     },