소스 검색

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

jingbb 5 달 전
부모
커밋
7b2236b43b
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      src/views/baseCode/ShipArchive/BaseShipArchive.data.ts
  2. 2 2
      src/views/baseCode/ShipArchive/BaseShipArchiveRelateCustomer.data.ts

+ 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'
    },
    
    {