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 } ])