From 0db48dc0e5ddf1f49f8ed0531a23bcbe197e597a Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Tue, 9 Jul 2024 18:50:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=95=86=E9=85=8D=E9=87=8D?= =?UTF-8?q?=E5=A4=8D=E5=8C=85=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/option/storagecost/Categorypricingunit.js | 6 +- .../Categorypricingunit.vue | 584 +++++++++--------- .../Deliverymaintenancecosts.vue | 63 +- .../WarehouseTemplate.vue | 2 +- .../turndelivery/deliveryDiscuss.vue | 12 +- 5 files changed, 340 insertions(+), 327 deletions(-) diff --git a/src/option/storagecost/Categorypricingunit.js b/src/option/storagecost/Categorypricingunit.js index 3691bf12..ec183bb2 100644 --- a/src/option/storagecost/Categorypricingunit.js +++ b/src/option/storagecost/Categorypricingunit.js @@ -3,7 +3,7 @@ export const columnList = [ prop: 'checkbox', label: '复选框', type: 0, - width: 55, + width: 35, fixed: true, }, { @@ -11,7 +11,7 @@ export const columnList = [ label: '序号', type: 12, values: '', - width: 55, + width: 35, fixed: true, }, { @@ -61,7 +61,7 @@ export const columnList = [ label: '操作', type: 6, values: '', - width: '200', + width: '80', checkarr: [], fixed: 'right', sortable: false, diff --git a/src/views/cost/Deliverycostmanagement/Categorypricingunit.vue b/src/views/cost/Deliverycostmanagement/Categorypricingunit.vue index 8337368c..fa387f6d 100644 --- a/src/views/cost/Deliverycostmanagement/Categorypricingunit.vue +++ b/src/views/cost/Deliverycostmanagement/Categorypricingunit.vue @@ -1,306 +1,296 @@