Commit ac2f218a authored by zhengke's avatar zhengke

增加复购人数

parent 21a7baca
......@@ -106,6 +106,8 @@
</el-table-column>
<el-table-column prop="GoodsNum" label="付款件数" min-width="2">
</el-table-column>
<el-table-column prop="RepurchaseNum" v-if="msg.OrderStatus!=4&&msg.OrderStatus!=5" label="复购人数" min-width="2">
</el-table-column>
</el-table>
<el-pagination style="text-align:right" background @current-change="handleCurrentChange" :page-size="msg.pageSize"
:current-page.sync="msg.pageIndex" layout="prev, pager, next" :total="count">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment