From 31980b06d50d530feb2c0f1db9daf24bd3b8797a Mon Sep 17 00:00:00 2001 From: Riku <risaku@163.com> Date: 星期日, 15 六月 2025 22:50:16 +0800 Subject: [PATCH] 2025.6.15 --- src/views/inspection/JointEnforcement.vue | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/inspection/JointEnforcement.vue b/src/views/inspection/JointEnforcement.vue index 3e39db6..b0456e1 100644 --- a/src/views/inspection/JointEnforcement.vue +++ b/src/views/inspection/JointEnforcement.vue @@ -1,6 +1,9 @@ <template> - <div class="border-r-small" style="height: 200px"> + <div class="border-r-small"> <div class="font-large">鑱斿悎鎵ф硶</div> + <el-scrollbar height="300px"> + <el-calendar v-model="value" /> + </el-scrollbar> </div> </template> @@ -8,7 +11,7 @@ export default { data() { return { - tasks: [] + value: new Date() } }, watch: {}, -- Gitblit v1.9.3