From 35901d7a1120a209a0b722f3e5955754cb85da53 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Fri, 10 May 2024 17:50:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=BF=90=E5=8D=95=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/option/waybill/WaybillOrderList.js | 21 +++++---------------- 1 file changed, 5 insertions(+), 16 deletions(-) diff --git a/src/option/waybill/WaybillOrderList.js b/src/option/waybill/WaybillOrderList.js index e10fc3f8..c41b5999 100644 --- a/src/option/waybill/WaybillOrderList.js +++ b/src/option/waybill/WaybillOrderList.js @@ -208,7 +208,7 @@ export const columnList = [ { prop: 'totalCount', label: '总数', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -219,7 +219,7 @@ export const columnList = [ { prop: 'totalWeight', label: '总重量', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -230,7 +230,7 @@ export const columnList = [ { prop: 'totalVolume', label: '总体积', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -241,7 +241,7 @@ export const columnList = [ { prop: 'totalFreight', label: '运费', - type: 1, + type: 2, values: '', width: '130', checkarr: [], @@ -552,17 +552,6 @@ export const columnList = [ isshowSummary: false, sortable: true, }, - { - prop: 'carrierName', - label: '制单时间', - type: 1, - values: '', - width: '150', - checkarr: [], - fixed: false, - isshowSummary: false, - sortable: true, - }, { prop: 'createTime', label: '创建时间', @@ -731,7 +720,7 @@ export const columnList = [ { prop: 'remark', label: '备注', - type: 1, + type: 2, values: '', width: '180', checkarr: [],