From 3acec796e54dc2f5e7d93e8ca72db7da9ec46f60 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期一, 28 四月 2025 17:33:56 +0800
Subject: [PATCH] 2025.04.28

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