From 920490669c1bc19e71582887f73455d55efc733c Mon Sep 17 00:00:00 2001 From: PigBaoBei <2739175034@qq.com> Date: Sat, 16 Dec 2023 20:14:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B8=82=E9=85=8D=E9=85=8D=E9=80=81=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E9=A2=84=E7=BA=A6=E5=8D=95=E6=96=B0=E5=A2=9E=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../distributionDeliveryListedt.vue | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue index 81527d63..6d9bc366 100644 --- a/src/views/distribution/deliverylist/distributionDeliveryListedt.vue +++ b/src/views/distribution/deliverylist/distributionDeliveryListedt.vue @@ -820,26 +820,26 @@ export default { fixed: false, sortable: true, }, - { - prop: 'isUrgentName', - label: '是否加急', - type: 1, - values: '', - width: '180', - checkarr: [], - fixed: false, - sortable: true, - }, - { - prop: 'assignStatusName', - label: '备货指派状态', - type: 1, - values: '', - width: '180', - checkarr: [], - fixed: false, - sortable: true, - }, + // { + // prop: 'isUrgentName', + // label: '是否加急', + // type: 1, + // values: '', + // width: '180', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, + // { + // prop: 'assignStatusName', + // label: '备货指派状态', + // type: 1, + // values: '', + // width: '180', + // checkarr: [], + // fixed: false, + // sortable: true, + // }, { prop: 'stockupStatusName', label: '备货状态',