소스 검색

Merge branch 'master' of http://39.106.184.70:3000/ctop/adsp-vue

zhuxinbo 5 년 전
부모
커밋
1edd2c7112
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/modules/advertiser/AdvertiserList.vue

+ 2 - 2
src/views/modules/advertiser/AdvertiserList.vue

@@ -221,7 +221,7 @@ export default {
         {
           title: '行业',
           align: 'center',
-          dataIndex: 'industryId'
+          dataIndex: 'industryId_dictText'
         },
         {
           title: '联系人姓名',
@@ -241,7 +241,7 @@ export default {
         {
           title: '销售',
           align: 'center',
-          dataIndex: 'saleName'
+          dataIndex: 'saleId_dictText'
         },
 
         {