From 5c70c604428209e55ff4bc7e80e85a7b3687e5b9 Mon Sep 17 00:00:00 2001
From: Teng <461587751@qq.com>
Date: Fri, 9 Jan 2026 17:17:45 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8A=A4=E7=90=86=E5=8D=95=E5=85=83=E9=A2=84?=
=?UTF-8?q?=E8=A7=88?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
component/public/calendar.vue | 12 +-
component/public/calendarsimple.vue | 299 ++++++++++++++++++
pages/NursingNew/component/nurse/bigindex.css | 140 ++++----
pages/NursingNew/component/nurse/bigindex.vue | 43 ++-
static/index/bluetarget.png | Bin 0 -> 15550 bytes
5 files changed, 418 insertions(+), 76 deletions(-)
create mode 100644 component/public/calendarsimple.vue
create mode 100644 static/index/bluetarget.png
diff --git a/component/public/calendar.vue b/component/public/calendar.vue
index 2590a87..84dab78 100644
--- a/component/public/calendar.vue
+++ b/component/public/calendar.vue
@@ -2,14 +2,14 @@
@@ -83,7 +86,7 @@
-
+
{{ selectdata.month }}月
+
+
+
+
+
@@ -108,6 +117,7 @@
import { onShow, onHide } from '@dcloudio/uni-app';
import { getNclist, addBatch, addDirective, addInstant, deleteDirective, deleteInstant, editDirective, getDirectiveOrders } from "./api.js";
import { myArray } from './yaoshandiao.js';
+ import calendarsimple from '@/component/public/calendarsimple.vue'
const props = defineProps({
isshow: {
@@ -120,11 +130,12 @@
// (newVal, oldVal) => {
// // 只有当新旧值不相同时才执行
// if (newVal !== oldVal) {
-
+
// }
// }
// )
+ const opendata = ref(false);
const bodystatus = ref(false);
const bodystatustarget = ref(-1);
const facestatus = ref(false);
@@ -265,19 +276,17 @@
return "right-top"
}
})
-
- const getFontClass = (item:any) => {
+
+ const getFontClass = (item : any, index0, index1) => {
switch (item.executeStatus) {
-
case 'hisFaild':
return 'card-time-red';
-
+
case 'current':
return 'card-time-blue';
-
+
default:
return 'card-time';
-
}
}
// 这是二级菜单的动画的模板
@@ -346,7 +355,7 @@
case 'current':
return 'title-time-border-current';
-
+
case 'future':
return 'title-time-border-yellow';
@@ -527,7 +536,7 @@
downdonghua.value = 0;
geteverything()
scrollTop.value = 0.001
-
+
nextTick(() => {
scrollTop.value = 0
timeNowMove()
@@ -611,6 +620,10 @@
forthmenuIndex.value = 0;
}
const deletedonghua = ref(false);
+ const dateget = (time) => {
+ opendata.value = false
+ console.log("time",time.date)
+ }