Commit e4e28407 authored by youjie's avatar youjie

no message

parent 057fce2d
...@@ -689,7 +689,8 @@ ...@@ -689,7 +689,8 @@
</ul> </ul>
</div> </div>
<div class="_fnDm_content" v-loading='loading'> <div class="_fnDm_content" v-loading='loading'>
<el-table :data="DataList" border style="width: 100%;font-size: 12px"> <div>
<el-table :data="DataList" border style="width: 100%;font-size: 12px;" height="560">
<el-table-column prop="FrID" label="单号" width="100"> <el-table-column prop="FrID" label="单号" width="100">
<template slot-scope='scope'> <template slot-scope='scope'>
{{scope.row.FrID}} {{scope.row.FrID}}
...@@ -712,13 +713,15 @@ ...@@ -712,13 +713,15 @@
</el-tooltip> </el-tooltip>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="OriginalName" label="系统费用/账户"></el-table-column> <el-table-column prop="OriginalName" label="系统费用/账户" width="100"></el-table-column>
<el-table-column prop="Code" label="金蝶币种code" width="100"></el-table-column> <el-table-column prop="Code" label="金蝶币种code" width="100"></el-table-column>
<el-table-column prop="Name" label="金蝶币种别名" width="100"></el-table-column> <el-table-column prop="Name" label="金蝶币种别名" width="100"></el-table-column>
<el-table-column prop="RateType" label="金蝶汇率类型" width="100"></el-table-column> <el-table-column prop="RateType" label="金蝶汇率类型" width="100"></el-table-column>
<el-table-column prop="ItemName" label="金蝶核算项目" width="100"></el-table-column> <el-table-column prop="ItemName" label="金蝶核算项目"></el-table-column>
</el-table> </el-table>
</div>
<div style="padding-bottom:15px"> <div style="padding-bottom:15px">
<el-pagination background @current-change="handleCurrentChanges" layout="total,prev, pager, next, jumper" <el-pagination background @current-change="handleCurrentChanges" layout="total,prev, pager, next, jumper"
:page-size="pageSize" :total='total'> :page-size="pageSize" :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