From 671b118f0475be6152747f98cafe721eb67ca1c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B2=A9=E4=BB=9488?= <> Date: Sun, 18 Jan 2026 12:52:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YiJi-admin/src/components/Yewu/YuYue.vue | 7 +++++-- YiJi-admin/src/views/YeWu/MainList_ZhuYuan.vue | 4 +++- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/YiJi-admin/src/components/Yewu/YuYue.vue b/YiJi-admin/src/components/Yewu/YuYue.vue index 0a253fe..e0e88b8 100644 --- a/YiJi-admin/src/components/Yewu/YuYue.vue +++ b/YiJi-admin/src/components/Yewu/YuYue.vue @@ -254,13 +254,16 @@ YuYueInfo: { type: Object }, + ServiceDate:{ + type:String + } }) let loading = ref(false) let MainInfo = ref(null); let tableData1 = ref([]) let tableData2 = ref([]) - let table_date1 = ref(''); - let table_date2 = ref(''); + let table_date1 = ref(props.ServiceDate); + let table_date2 = ref(props.ServiceDate); let TodayDate = ref(''); let MainInfoKey = ref(0); //多人时,选中人的key let shenqingdan_show = ref(false); diff --git a/YiJi-admin/src/views/YeWu/MainList_ZhuYuan.vue b/YiJi-admin/src/views/YeWu/MainList_ZhuYuan.vue index e2ef85f..763510b 100644 --- a/YiJi-admin/src/views/YeWu/MainList_ZhuYuan.vue +++ b/YiJi-admin/src/views/YeWu/MainList_ZhuYuan.vue @@ -1,7 +1,7 @@