From 1e106f1e2261d89109c19a3b8456af6f04fd17be Mon Sep 17 00:00:00 2001 From: zhaoxiao Date: Wed, 15 Sep 2021 17:54:04 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BC=81=E4=B8=9A=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../businessManagement/BusinessManagement.vue | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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: '银行户名',