Explorar el Código

项目列表添加行业分类字段

syh hace 5 años
padre
commit
04d1c0c0c9
Se han modificado 1 ficheros con 6 adiciones y 2 borrados
  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>
@@ -110,13 +110,17 @@
             align: 'center',
             dataIndex: 'projectName'
           },
-          
           {
             title: '广告主名称',
             align: 'center',
             dataIndex: 'advertiserName'
           },
           {
+            title: '行业类型',
+            align: 'center',
+            dataIndex: 'industryId_dictText'
+          },
+          {
             title: '最高出价',
             align: 'center',
             dataIndex: 'maxBid',