浏览代码

描述调整

zxf 1 天之前
父节点
当前提交
862a83167a

+ 1 - 1
jd-logistics-modules/jd-logistics-system/src/main/java/com/ruoyi/logistics/domain/RptFinancialMonthSummary.java

@@ -30,7 +30,7 @@ public class RptFinancialMonthSummary extends BaseEntity
     private String payableAmount;
 
     /** 交易笔数 */
-    @Excel(name = "交易笔数")
+    @Excel(name = "订单笔数")
     private String transactionCount;
 
     /** 账单状态 1.待对账 2.已对账 3.待开票 4.已开票 */

+ 1 - 1
jd-logistics-ui-v3/src/views/logistics/monthSummary/index.vue

@@ -96,7 +96,7 @@
         </template>
       </el-table-column>
       <el-table-column label="应付金额" align="center" prop="payableAmount" />
-      <el-table-column label="交易笔数" align="center" prop="transactionCount" />
+      <el-table-column label="订单笔数" align="center" prop="transactionCount" />
       <el-table-column label="账单状态" align="center" prop="status" width="120px" >
         <template #default="scope">
           <dict-tag :options="monthly_report_status" :value="scope.row.status" />