Browse Source

Merge branch 'feature/dev_point_manage' of http://git.elinkit.com.cn:7070/r/epmet-oper-gov into feature/dev_point_manage

master
123456 3 years ago
parent
commit
8b62f02736
  1. 8
      src/views/modules/plugins/point/icpointvaccinesinoculation-add-or-update.vue

8
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 == '查看'"
>
@ -227,13 +228,6 @@ export default {
trigger: "blur",
},
],
inoculationDate: [
{
required: this.dataForm.noAvailableVaccines === "2",
message: this.$t("validate.required"),
trigger: "blur",
},
],
noAvailableVaccines: [
{
required: true,

Loading…
Cancel
Save