Commit 7a4f5798 by liuxin

付款样式

parent 92cece53
<template> <template>
<div class="eibs-tab"> <div class="eibs-tab" style="margin-left:9px;">
<c-col :span="24"> <c-col :span="24">
<c-col :span="11"> <c-col :span="11">
...@@ -530,7 +530,7 @@ ...@@ -530,7 +530,7 @@
<c-col :span="23" style="height: 0px"> <c-col :span="23" style="height: 0px">
<el-divider></el-divider> <el-divider></el-divider>
</c-col> </c-col>
<c-col :span="22" :offset="1"> <c-col :span="23" :offset="0">
<c-istream-table :list="stmData.data" :columns="stmData.columns" :paginationShow="false" :showSelection="true"> <c-istream-table :list="stmData.data" :columns="stmData.columns" :paginationShow="false" :showSelection="true">
</c-istream-table> </c-istream-table>
</c-col> </c-col>
...@@ -542,7 +542,7 @@ ...@@ -542,7 +542,7 @@
<c-col :span="23" style="height: 0px"> <c-col :span="23" style="height: 0px">
<el-divider></el-divider> <el-divider></el-divider>
</c-col> </c-col>
<c-col :span="22" :offset="1"> <c-col :span="23" :offset="0">
<div class="e-table-wrapper"> <div class="e-table-wrapper">
<c-table :data="model.bptbck.bptbckg" style="width: 100%" :paginationShow="false"> <c-table :data="model.bptbck.bptbckg" style="width: 100%" :paginationShow="false">
<el-table-column prop="ownref" label="Reference" width="auto"> <el-table-column prop="ownref" label="Reference" width="auto">
......
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