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)
+ }