소스 검색

电商成功率监控 增加卡单分组

lowkeyman 1 개월 전
부모
커밋
0eb8936871
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      admin/templates/default/js/stats-merchant-ratios-report.js

+ 2 - 1
admin/templates/default/js/stats-merchant-ratios-report.js

@@ -246,7 +246,8 @@ class MerchantComponent extends Component {
 
         const companyList = [
             {name: '为均'},
-            {name: '焱祺'}
+            {name: '焱祺'},
+            {name: '卡单'}
         ];
         companyList.forEach(item=> {
             content += '<option>' + item.name + '</option>';