소스 검색

Merge branch 'master' of http://git.tjyourong.com.cn/ctop/adsp-vue

魏志佳 4 년 전
부모
커밋
68b596ab98
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/views/modules/advertiser/ProjectList.vue
  2. 2 0
      src/views/modules/advertiser/modules/projectListModal.vue

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

@@ -300,7 +300,8 @@ export default {
         324: '唤起应用',
         715: '微信复制优化目标',
         716: '多转化事件',
-        396:'注册优化目标'
+        396:'注册优化目标',
+        732: '广告观看10次'
       }
       return data[sta]
     },

+ 2 - 0
src/views/modules/advertiser/modules/projectListModal.vue

@@ -115,6 +115,8 @@
 
                  <a-select-option :value="715">微信复制优化目标</a-select-option>
                  <a-select-option :value="716">多转化事件</a-select-option>
+
+                 <a-select-option :value="732">广告观看10次</a-select-option>
               </a-select>
             </a-form-item>
           </div>