From 163edf34e81f15629373cae4e8d482f37ccb9173 Mon Sep 17 00:00:00 2001 From: yufei_wang <2267742828@qq.com> Date: Tue, 26 Nov 2024 14:45:48 +0800 Subject: [PATCH] =?UTF-8?q?YT-1253=E4=BE=9B=E5=BA=94=E5=95=86=E6=A8=A1?= =?UTF-8?q?=E5=85=B7=E8=B4=B9=E7=94=A8=E5=B9=B4=E6=9C=88=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E6=8E=A7=E4=BB=B6=E5=BA=94=E8=AF=A5=E5=8F=AA?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=B9=B4=E5=92=8C=E6=9C=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../supplierMoldCostMain/supplierMoldCostMain.data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/supplierMoldCostMain.data.ts b/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/supplierMoldCostMain.data.ts index 733960b88..ffef1bf8a 100644 --- a/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/supplierMoldCostMain.data.ts +++ b/src/views/wms/deliversettlementManage/moldAllocation/supplierMoldCostMain/supplierMoldCostMain.data.ts @@ -69,7 +69,7 @@ export const SupplierMoldCostMain = useCrudSchemas(reactive([ component: 'DatePicker', componentProps: { valueFormat: 'YYYY-MM', - type: 'daterange', + type: 'monthrange', defaultTime: [new Date('1 00:00:00'), new Date('1 23:59:59')] } },