feat:时间控件

This commit is contained in:
2026-07-27 12:37:52 +08:00
parent 8e93fb1143
commit 8f7916ba41
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -737,7 +737,7 @@ export default {
},
computed: {
isBlockedDate() {
return useTabber(6);
return useTabber(10);
},
},
};