From b292a0a81869547e94fd85e783f9597db241a87e Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期一, 15 七月 2024 17:30:37 +0800 Subject: [PATCH] 2024.7.15 --- 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