Sfoglia il codice sorgente

Merge branch 'dev/v4.10.9_tsz' of qmx/jy into feature/v4.10.9

汤世哲 4 mesi fa
parent
commit
7628f143ca

+ 2 - 2
src/web/staticres/common-module/order-list/js/order-list.js

@@ -2613,14 +2613,14 @@ var vm = new Vue({
     getBidCreditReportInfo: function (order) {
 
       var entName = {
-        label: '产品类型',
+        label: '产品类型',
         split: ':',
         text: order.product_type
       }
       var teamCount = {
         label: '报告下载份数',
         split: ':',
-        text: order.buy_count + '份'
+        text: '1份'
       }
 
       return [entName, teamCount]