feat: 动态日期config

This commit is contained in:
Ming 2023-05-22 11:34:59 +08:00
parent 30c5946a7a
commit bdefdeee0b

View File

@ -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 {