xiaodai2022 2 years ago
parent
commit
8a4bf9d2ba
1 changed files with 13 additions and 17 deletions
  1. 13 17
      src/views/sellOut/sellOutOrder/columns.js

+ 13 - 17
src/views/sellOut/sellOutOrder/columns.js

@@ -69,16 +69,16 @@ const columns = [
   // },
 
 
-  {
-    prop: "customer_code",
-    label: "客户编码",
-    width: "150"
-  },
-  {
-    prop: "companyName",
-    label: "客户名称",
-    width: "200"
-  },
+  // {
+  //   prop: "customer_code",
+  //   label: "客户编码",
+  //   width: "150"
+  // },
+  // {
+  //   prop: "companyName",
+  //   label: "客户名称",
+  //   width: "200"
+  // },
   // {
   //   prop: "contactor",
   //   label: "联系人",
@@ -200,15 +200,11 @@ const showColumns = [
   },
   {
     prop: "total_price",
-    label: "发货申请单总价",
+    label: "总价",
     _slot_: "total_price",
     span: 6
   },
-  {
-    prop: "addtime",
-    label: "发货方式",
-    span: 6
-  },
+
   {
     prop: "addtime",
     label: "创建时间",
@@ -228,7 +224,7 @@ const showColumns = [
   {
     prop: "addr",
     label: "收货地址",
-    span: 12
+    span: 18
   },
 
   {