Преглед на файлове

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

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>';