浏览代码

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

jingbb 2 月之前
父节点
当前提交
8a14bf8501
共有 1 个文件被更改,包括 2 次插入2 次删除
  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
    },
    {