From f3a3e83d3bc31ba42fe8795735972ec9e6d52293 Mon Sep 17 00:00:00 2001 From: wanggongfeng <1305282856@qq.com> Date: Thu, 30 Jun 2022 16:19:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B8=E9=85=B8=E6=A3=80=E6=B5=8B=E7=82=B9?= =?UTF-8?q?=E3=80=81=E7=96=AB=E8=8B=97=E6=8E=A5=E7=A7=8D=E7=82=B9=20PC=20?= =?UTF-8?q?=E7=AE=A1=E7=90=86=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../point/icpointvaccinesinoculation-add-or-update.vue | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/views/modules/plugins/point/icpointvaccinesinoculation-add-or-update.vue b/src/views/modules/plugins/point/icpointvaccinesinoculation-add-or-update.vue index 15dce74f..4e9ed7de 100644 --- a/src/views/modules/plugins/point/icpointvaccinesinoculation-add-or-update.vue +++ b/src/views/modules/plugins/point/icpointvaccinesinoculation-add-or-update.vue @@ -32,6 +32,7 @@ v-model="dataForm.inoculationDate" value-format="yyyy-MM-dd" type="date" + :clearable="false" placeholder="选择日期" :disabled="dialogTitle == '查看'" > @@ -225,13 +226,6 @@ export default { trigger: "blur", }, ], - inoculationDate: [ - { - required: this.dataForm.noAvailableVaccines === "2", - message: this.$t("validate.required"), - trigger: "blur", - }, - ], noAvailableVaccines: [ { required: true,