Przeglądaj źródła

修改页面展示效果

syh 5 lat temu
rodzic
commit
645eeb9bb5
1 zmienionych plików z 2 dodań i 2 usunięć
  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'
         },
 
         {