From bdefdeee0beadcd004a736ed4d0f588fb09502d3 Mon Sep 17 00:00:00 2001 From: Ming <739803697@qq.com> Date: Mon, 22 May 2023 11:34:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=20=E5=8A=A8=E6=80=81=E6=97=A5=E6=9C=9F?= =?UTF-8?q?config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/Informations/Inputs/InputsDate/config.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/packages/components/Informations/Inputs/InputsDate/config.ts b/src/packages/components/Informations/Inputs/InputsDate/config.ts index 72e9cfc0..e8f1d233 100644 --- a/src/packages/components/Informations/Inputs/InputsDate/config.ts +++ b/src/packages/components/Informations/Inputs/InputsDate/config.ts @@ -12,7 +12,9 @@ export const option = { [COMPONENT_INTERACT_EVENT_KET]: ComponentInteractEventEnum.DATE, // 下拉展示 isPanel: 0, - dataset: dayjs().valueOf() + dataset: dayjs().valueOf(), + differValue: 0 + } export default class Config extends PublicConfigClass implements CreateComponentType {