lxf 1 year ago
parent
commit
09037caf5e
1 changed files with 16 additions and 2 deletions
  1. 16 2
      src/views/group/finance/sales-revenue-cost/index.vue

+ 16 - 2
src/views/group/finance/sales-revenue-cost/index.vue

@@ -119,6 +119,20 @@ const config = computed(() => {
     },
     {
       attrs: {
+        label: "客户编号",
+        prop: "customerCode",
+        width: 140,
+      },
+    },
+    {
+      attrs: {
+        label: "客户名称",
+        prop: "customerName",
+        width: 160,
+      },
+    },
+    {
+      attrs: {
         label: "事业部",
         prop: "departmentName",
         width: 140,
@@ -127,14 +141,14 @@ const config = computed(() => {
     {
       attrs: {
         label: "订单号",
-        prop: "customerCode",
+        prop: "code",
         width: 160,
       },
     },
     {
       attrs: {
         label: "万里牛单号",
-        prop: "customerName",
+        prop: "wlnCode",
         width: 140,
       },
     },