Skip to content

Commit

Permalink
活跃日历设置
Browse files Browse the repository at this point in the history
  • Loading branch information
hanaTsuk1 committed Jun 21, 2024
1 parent 2bc66b0 commit 9610456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const { open, close, setModelValue } = useFormModal<
if (v == WidgetType.ACTIVE_STATUS_CALENDAR) {
setModelValue({
w: col(unrealColumnCount),
category: undefined,
h: 1,
})
}
else if (v == WidgetType.RECENT_ACTIVIRY_PIE) {
Expand Down Expand Up @@ -134,7 +134,7 @@ const { open, close, setModelValue } = useFormModal<
label: t('widget.row'),
props: {
items: [1, 2, 3],
disabled: model.type == WidgetType.RECENT_ACTIVIRY_PIE,
disabled: model.type == WidgetType.ACTIVE_STATUS_CALENDAR || model.type == WidgetType.RECENT_ACTIVIRY_PIE,
},
},
{
Expand Down

0 comments on commit 9610456

Please sign in to comment.