From 1bc4d2354b1f565d9146ca8bfe400a1b3d052928 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Sun, 22 Dec 2024 09:20:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=97=A5=E6=9C=9F=E6=9C=80=E5=B0=8F?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E8=AE=BE=E7=BD=AE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/health/doctorRecord/list.vue | 1 + src/pages/health/healthRecord/list.vue | 1 + src/pages/health/heightWeightRecord/list.vue | 1 + src/pages/health/medicineBasic/list.vue | 1 + src/pages/health/medicineStockIn/addEdit.vue | 2 ++ src/pages/health/medicineStockIn/list.vue | 1 + src/pages/health/processRecord/list.vue | 1 + src/pages/health/statistic/doctorStatistic/index.vue | 1 + src/pages/health/statistic/healthStatistic/index.vue | 1 + src/pages/health/statistic/marStatistic/index.vue | 1 + src/pages/health/statistic/temperatureStatistic/index.vue | 1 + src/pages/health/temperatureRecord/list.vue | 1 + 12 files changed, 13 insertions(+) diff --git a/src/pages/health/doctorRecord/list.vue b/src/pages/health/doctorRecord/list.vue index 027f889..38bc12e 100644 --- a/src/pages/health/doctorRecord/list.vue +++ b/src/pages/health/doctorRecord/list.vue @@ -64,6 +64,7 @@ :show="timeShow" v-model="time" mode="date" + :minDate="-2209017600000" @close="openOrCloseDate" @cancel="openOrCloseDate" @confirm="confirm" diff --git a/src/pages/health/healthRecord/list.vue b/src/pages/health/healthRecord/list.vue index c0720b2..fd7e29a 100644 --- a/src/pages/health/healthRecord/list.vue +++ b/src/pages/health/healthRecord/list.vue @@ -62,6 +62,7 @@ :show="timeShow" v-model="time" mode="date" + :minDate="-2209017600000" @close="openOrCloseDate" @cancel="openOrCloseDate" @confirm="confirm" diff --git a/src/pages/health/heightWeightRecord/list.vue b/src/pages/health/heightWeightRecord/list.vue index 4f0d575..82e2b1c 100644 --- a/src/pages/health/heightWeightRecord/list.vue +++ b/src/pages/health/heightWeightRecord/list.vue @@ -57,6 +57,7 @@ :show="timeShow" v-model="time" mode="date" + @close="openOrCloseDate" @cancel="openOrCloseDate" @confirm="confirm" diff --git a/src/pages/health/medicineBasic/list.vue b/src/pages/health/medicineBasic/list.vue index 0b1efce..a018296 100644 --- a/src/pages/health/medicineBasic/list.vue +++ b/src/pages/health/medicineBasic/list.vue @@ -62,6 +62,7 @@ :show="timeShow" v-model="time" mode="date" + :minDate="-2209017600000" @close="openOrCloseDate" @cancel="openOrCloseDate" @confirm="confirm" diff --git a/src/pages/health/medicineStockIn/addEdit.vue b/src/pages/health/medicineStockIn/addEdit.vue index ae522f3..fae51eb 100644 --- a/src/pages/health/medicineStockIn/addEdit.vue +++ b/src/pages/health/medicineStockIn/addEdit.vue @@ -125,6 +125,7 @@