diff --git a/src/views/businessManagement/BusinessManagement.vue b/src/views/businessManagement/BusinessManagement.vue index a64ab30..14f7fb8 100644 --- a/src/views/businessManagement/BusinessManagement.vue +++ b/src/views/businessManagement/BusinessManagement.vue @@ -11,6 +11,11 @@ + + + + + 查询 @@ -110,10 +115,16 @@ export default { width: 250, dataIndex: 'companyName', scopedSlots: { customRender: 'text' } + }, { + title: '信用代码', + align: 'center', + width: 250, + dataIndex: 'dutyCode', + scopedSlots: { customRender: 'text' } }, { title: '公司地址', align: 'center', - width: 300, + width: 250, dataIndex: 'companyAddress', scopedSlots: { customRender: 'text' } }, { @@ -129,6 +140,7 @@ export default { }, { title: '创建时间', align: 'center', + width: 180, dataIndex: 'createTime' }, { title: '银行户名',