Browse Source

销售订单-船名列改为客户订单号列

jingbb 2 tháng trước cách đây
mục cha
commit
8a14bf8501
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/saleCode/salesOrder/SaleOrderForm.data.ts

+ 2 - 2
src/views/saleCode/salesOrder/SaleOrderForm.data.ts

@@ -137,9 +137,9 @@ export const columns: BasicColumn[] = [
     width:250
    },
    {
-    title: '船名(ship name)',
+    title: '客户订单号(customer order)',
     align:"center",
-    dataIndex: 'shipName',
+    dataIndex: 'customerOrder',
     width:200
    },
    {