From 398e90f727bc69594a5b663e30f8ed3a3f77f0ae Mon Sep 17 00:00:00 2001 From: "geng.tang@qq.com" Date: Fri, 26 Jan 2024 16:54:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=AE=A2=E5=8D=95=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../yunxinwei/order/components/order-info.vue | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/src/views/yunxinwei/order/components/order-info.vue b/src/views/yunxinwei/order/components/order-info.vue index 36c191f..7b0cf5c 100644 --- a/src/views/yunxinwei/order/components/order-info.vue +++ b/src/views/yunxinwei/order/components/order-info.vue @@ -515,26 +515,6 @@ dataIndex: 'num', key: 'num', customRender: ({}) => 1 - }, - { - title: '收货人手机号', - key: 'receiptPhone', - dataIndex: 'receiptPhone' - }, - { - title: '紧急联系人', - key: 'emergentUser', - dataIndex: 'emergentUser' - }, - { - title: '单位地址', - key: 'officeAddress', - dataIndex: 'officeAddress' - }, - { - title: '家庭地址', - key: 'homeAddress', - dataIndex: 'homeAddress' } ]);