Commit f37bb5b5 authored by liwenhong's avatar liwenhong

Merge branch 'withdrawList-h5'

parents d7793a6f 220c31cc
......@@ -3,7 +3,7 @@
<!-- <auditTab v-if="status_text == 'fourth'"></auditTab> -->
<!-- <el-card class="goods-h5"> -->
<div class="goods-h5">
<el-table :data="goodsList" border>
<el-table :data="goodsList" border max-height="700">
<el-table-column
label="申请用户"
prop="user_id"
......@@ -33,7 +33,7 @@
</el-table>
<!-- 页码区 -->
<!-- <el-pagination
<el-pagination
class="pagination"
@current-change="handleCurrentChange"
v-model:currentPage="searchProps.page"
......@@ -41,7 +41,7 @@
layout="total,prev, pager, next, jumper"
:total="searchProps.count"
>
</el-pagination> -->
</el-pagination>
</div>
<!-- </el-card> -->
</template>
......
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