Commit f6fee93e by 李少勇

修改smtsel交易界面

parent 3d71feab
......@@ -171,8 +171,6 @@
height="calc(100vh - 320px)"
size="medium"
>
<el-table-column prop="chk" width="80">
</el-table-column>
<el-table-column
prop="recdat"
label="收报日期"
......@@ -224,7 +222,7 @@
</el-table-column>
<el-table-column prop="dtl" label="明细条数" width="150">
</el-table-column>
<el-table-column label="操作" fixed="right" min-width="150">
<!-- <el-table-column label="操作" fixed="right" min-width="150">
<template slot-scope="scope">
<c-button
style="margin-right: 5px"
......@@ -240,11 +238,11 @@
@click="updateAck(scope.row)"
>更新</c-button>
</template>
</el-table-column>
</el-table-column> -->
</el-table>
<el-pagination
layout="prev, pager, next, pager, next, jumper"
layout="total, sizes, prev, pager, next, jumper"
:total="pagenation.total"
:page-size="pagenation.pageSize"
:current-page="pagenation.pageNum"
......
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