Commit db10617e authored by 罗林杰's avatar 罗林杰

修改消费记录

parent 537b4092
......@@ -308,7 +308,7 @@
/>
<el-dialog :title="title" :visible.sync="open" width="1000px" append-to-body>
<el-form ref="queryForm" style="padding: 30px 0 0 10px" :model="memGoldCoinFlowQueryParams" :inline="true">
<el-form ref="queryForm" style="padding: 0 0 0 10px" :model="memGoldCoinFlowQueryParams" :inline="true">
<el-form-item label="日期:" prop="publishDate">
<el-date-picker
v-model="dateRange"
......@@ -388,11 +388,10 @@
</div>
<pagination
v-show="memGoldCoinFlowTotal>0"
:key="pageKey"
:total="memGoldCoinFlowTotal"
:page.sync="memGoldCoinFlowQueryParams.page"
:limit.sync="memGoldCoinFlowQueryParams.rows"
@pagination="loadData"
@pagination="getMemGoldCoinFlowList"
/>
</el-dialog>
......
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