Sfoglia il codice sorgente

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

zhuxinbo 5 anni fa
parent
commit
3f32d5926a
1 ha cambiato i file con 6 aggiunte e 2 eliminazioni
  1. 6 2
      src/views/modules/advertiser/ProjectList.vue

+ 6 - 2
src/views/modules/advertiser/ProjectList.vue

@@ -9,7 +9,7 @@
               <a-input placeholder="请输入项目名称" v-model="queryParam.projectName"></a-input>
             </a-form-item>
           </a-col>
-           
+
           <a-col :md="6" :sm="8">
             <a-form-item label="广告主名称">
               <a-input placeholder="请输入广告主名称" v-model="queryParam.advertiserName"></a-input>
@@ -125,13 +125,17 @@
             align: 'center',
             dataIndex: 'projectName'
           },
-          
           {
             title: '广告主名称',
             align: 'center',
             dataIndex: 'advertiserName'
           },
           {
+            title: '行业类型',
+            align: 'center',
+            dataIndex: 'industryId_dictText'
+          },
+          {
             title: '最高出价',
             align: 'center',
             dataIndex: 'maxBid',