Browse Source

船舶档案-客户字段显示文字

jingbb 3 months ago
parent
commit
7b2236b43b

+ 1 - 1
src/views/baseCode/ShipArchive/BaseShipArchive.data.ts

@@ -36,7 +36,7 @@ export const columns: BasicColumn[] = [
   {
     title: '关联客户(relate customer)',
     align: 'center',
-    dataIndex: 'relateCustomer',
+    dataIndex: 'relateCustomer_dictText',
   },
 ];
 //查询数据

+ 2 - 2
src/views/baseCode/ShipArchive/BaseShipArchiveRelateCustomer.data.ts

@@ -13,8 +13,8 @@ export const columns: BasicColumn[] = [
    {
     title: '客户(customer)',
     align:"center",
-    dataIndex: 'customerId',
-    key: 'customerId'
+    dataIndex: 'customerId_dictText',
+    key: 'customerId_dictText'
    },
    
    {