From 2547159bbd781c8e1a41ecc939385396c85f9766 Mon Sep 17 00:00:00 2001
From: Riku <risaku@163.com>
Date: 星期一, 09 六月 2025 23:35:59 +0800
Subject: [PATCH] 2025.6.9(功能编写中)

---
 src/views/inspection/JointEnforcement.vue |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/views/inspection/JointEnforcement.vue b/src/views/inspection/JointEnforcement.vue
index f722836..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="f-l">鑱斿悎鎵ф硶</div>
+  <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