From bfca78552a33d44727cc536f14c3add95823c725 Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Tue, 3 Sep 2024 15:04:28 +0800 Subject: [PATCH] =?UTF-8?q?HL-5809=20=E5=BA=93=E5=AD=98=E6=B1=87=E6=80=BB?= =?UTF-8?q?=20=E5=AE=BD=E5=BA=A6=E8=87=AA=E9=80=82=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../balanceSummary/balanceSummary.data.ts | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/src/views/wms/inventoryManage/balanceSummary/balanceSummary.data.ts b/src/views/wms/inventoryManage/balanceSummary/balanceSummary.data.ts index 83774c39f..58e127dc3 100644 --- a/src/views/wms/inventoryManage/balanceSummary/balanceSummary.data.ts +++ b/src/views/wms/inventoryManage/balanceSummary/balanceSummary.data.ts @@ -67,45 +67,30 @@ export const BalanceSummary = useCrudSchemas( { label: '总数', field: 'num1', - sort: 'custom', - table: { - width: 150 - } + sort: 'custom' }, { label: '合格数', field: 'num2', sort: 'custom', - table: { - width: 150 - }, isSearch: true }, { label: '待检数', field: 'num2', sort: 'custom', - table: { - width: 150 - }, isSearch: true }, { label: '隔离数', field: 'num2', sort: 'custom', - table: { - width: 150 - }, isSearch: true }, { label: '不合格数', field: 'num2', sort: 'custom', - table: { - width: 150 - }, isSearch: true } ])