From ec206518e01dd8cb24ad7390b5f93b70ad447d34 Mon Sep 17 00:00:00 2001 From: M2030123 <3420575883@qq.com> Date: Fri, 8 Sep 2023 15:29:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8C=BB=E7=96=97=E7=95=8C=E9=9D=A2=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E4=BF=A1=E6=81=AF=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reservationdoctor.vue" | 2 +- .../tablemedical.vue" | 37 ++++++++++--------- 2 files changed, 20 insertions(+), 19 deletions(-) diff --git "a/src/components/\347\224\250\346\210\267\347\225\214\351\235\242/reservationdoctor.vue" "b/src/components/\347\224\250\346\210\267\347\225\214\351\235\242/reservationdoctor.vue" index b65383c3..a5b5af61 100644 --- "a/src/components/\347\224\250\346\210\267\347\225\214\351\235\242/reservationdoctor.vue" +++ "b/src/components/\347\224\250\346\210\267\347\225\214\351\235\242/reservationdoctor.vue" @@ -158,7 +158,7 @@ export default defineComponent({ const currentDate=new Date(); const oneWeekLater = new Date(currentDate); - oneWeekLater.setDate(currentDate.getDate() + 7); + oneWeekLater.setDate(currentDate.getDate() + 14); // console.log(dateObject); // const month = dateObject.getMonth(); // 获取月份,0 表示一月,1 表示二月,以此类推 diff --git "a/src/components/\347\256\241\347\220\206\345\221\230\347\225\214\351\235\242/tablemedical.vue" "b/src/components/\347\256\241\347\220\206\345\221\230\347\225\214\351\235\242/tablemedical.vue" index 588e2038..4cdb2ea1 100644 --- "a/src/components/\347\256\241\347\220\206\345\221\230\347\225\214\351\235\242/tablemedical.vue" +++ "b/src/components/\347\256\241\347\220\206\345\221\230\347\225\214\351\235\242/tablemedical.vue" @@ -46,22 +46,7 @@
- - - - - - - - - - - - - + @@ -80,7 +65,7 @@