소스 검색

增加订单状态显示

liyuan 3 주 전
부모
커밋
122db92316
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      src/views/tirePartsMall/statisticAnalysis/red-packet/customer-order.vue

+ 3 - 2
src/views/tirePartsMall/statisticAnalysis/red-packet/customer-order.vue

@@ -11,7 +11,8 @@
             <el-table-column prop="orderNo" label="订单编号">
             </el-table-column>
             <el-table-column prop="numberRows" label="行数"/>
-            <el-table-column prop="goodsTotalNum" label="数量">
+            <el-table-column prop="goodsNameJoin" show-overflow-tooltip label="商品名称"/>
+            <el-table-column prop="goodsTotalNum" label="总数量">
                 <template slot-scope="scope">
                     {{ formatDecimal(scope.row.goodsTotalNum) }}
                 </template>
@@ -28,7 +29,7 @@
                     ¥{{ formatDecimal(scope.row.redPacketAmount) }}
                 </template>
             </el-table-column>
-
+            <el-table-column prop="status" label="状态"/>
             <el-table-column prop="businessDate" label="业务日期">
                 <template slot-scope="scope">
                     {{ scope.row.businessDate }}