Commit a3cb6a19 authored by liudong1993's avatar liudong1993

1

parent ad81febd
......@@ -318,6 +318,13 @@
</div >
</template>
</el-table-column>
<el-table-column prop="FinancePayer" label="供应商" width="200">
<template slot-scope="scope">
<div>
{{scope.row.FinancePayer}}
</div >
</template>
</el-table-column>
</el-table>
<div v-if="total>0">
<el-pagination class="Mypagination" background @current-change="handleCurrentChange" :page-sizes="[15, 30, 60, 90, 100]" :page-size="msg.pageSize" layout="total, sizes, prev, pager, next" @size-change="handleSizeChange" :total="total">
......
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