소스 검색

feat: 订单展示调整

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 4 달 전
부모
커밋
7866f15923
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/web/staticres/common-module/order-list/js/order-list.js

+ 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]