Commit 69a07519 by liaoxing

infcld 修改

parent f8c60b9f
......@@ -375,16 +375,12 @@ export default {
initdialog: false,
btnRouteMap: [
{
label: '打包托收开立',
route: '/business-new/cltdav'
},
{
label: '打包托收催收',
route: '/business-new/clttra'
},
{
label: '打包托收解包',
route: '/business-new/cltsel'
route: '/business-new/cltset'
},
],
pagination: {
......@@ -465,4 +461,17 @@ 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