mirror of
https://gitee.com/dromara/go-view.git
synced 2024-12-02 03:38:27 +08:00
feat: 动态日期config
This commit is contained in:
parent
30c5946a7a
commit
bdefdeee0b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user