Commit 9b910698 by 吴佳

2022.01.11 wujia 信用证开立按钮 被表单遮挡 调整

parent 2f9f4a46
...@@ -299,7 +299,7 @@ ...@@ -299,7 +299,7 @@
<c-button type="primary" size="small" @click="toDitopn">信用证开立</c-button> <c-button type="primary" size="small" @click="toDitopn">信用证开立</c-button>
</c-col> </c-col>
<el-row> <!-- <el-row> -->
<c-col :span="24"> <c-col :span="24">
<c-istream-table :list="stmData.data" :columns="stmData.columns"> <c-istream-table :list="stmData.data" :columns="stmData.columns">
<el-table-column fixed="right" prop="op" label="操作" width="200px"> <el-table-column fixed="right" prop="op" label="操作" width="200px">
...@@ -373,7 +373,7 @@ ...@@ -373,7 +373,7 @@
</el-table-column> </el-table-column>
</c-istream-table> </c-istream-table>
</c-col> </c-col>
</el-row> <!-- </el-row> -->
<el-dialog :visible.sync="initdialog" :title="'交易列表'" append-to-body> <el-dialog :visible.sync="initdialog" :title="'交易列表'" append-to-body>
<div class="m-list-btns"> <div class="m-list-btns">
......
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