From 0e20e45a9b6aa1ca9a0c2b7b8d9fd5a95d7e155b Mon Sep 17 00:00:00 2001 From: "pref_mail@163.com" Date: Thu, 28 Dec 2023 15:48:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E5=8C=85=E4=BB=B6=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../parcelList/distributionParcelList.vue | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/views/warehouse/parcelList/distributionParcelList.vue b/src/views/warehouse/parcelList/distributionParcelList.vue index 9acc9e89..46c64982 100644 --- a/src/views/warehouse/parcelList/distributionParcelList.vue +++ b/src/views/warehouse/parcelList/distributionParcelList.vue @@ -380,16 +380,16 @@ export default { fixed: false, sortable: true, }, - { - prop: 'noteNumber', - label: '配送单号', - type: 2, - values: '', - width: '130', - checkarr: [], - fixed: false, - sortable: true, - }, + // { + // prop: 'noteNumber', + // label: '配送单号', + // type: 2, + // values: '', + // width: '130', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, { prop: 'driverName', label: '配送司机', @@ -440,16 +440,16 @@ export default { fixed: false, sortable: true, }, - { - prop: 'noteNumber', - label: '配送单号', - type: 2, - values: '', - width: '130', - checkarr: [], - fixed: false, - sortable: true, - }, + // { + // prop: 'noteNumber', + // label: '配送单号', + // type: 2, + // values: '', + // width: '130', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, { prop: 'dvehicleName', label: '配送车次号',