Commit 043e4146 by wangguangchao

infbod交易完善

parent ac93bc84
......@@ -403,6 +403,32 @@ export default {
],
data: [],
},
btnRouteMap: [
{
label: '出口托收修改',
route: '/business-new/botame'
},
{
label: '托收拒付/不符点处理',
route: '/business-new/botdcr'
},
{
label: '二次寄单',
route: '/business-new/botrad'
},
{
label: '承兑',
route: '/business-new/botacc'
},
{
label: '收汇',
route: '/business-new/botset'
},
{
label: '注销',
route: '/business-new/botcan'
},
],
pagination: {
pageIndex: 1,
pageSize: 10,
......@@ -435,5 +461,18 @@ export default {
};
</script>
<style>
.btn-group-wrap {
max-height: 200px;
width: 100%;
overflow-y: auto;
display: flex;
align-items: flex-start;
justify-content: flex-start;
flex-wrap: wrap;
}
.btn-item {
margin-bottom: 10px;
margin-right: 10px;
}
</style>
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