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