Browse Source

核酸检测点、疫苗接种点 PC 管理 优化

master
wanggongfeng 3 years ago
parent
commit
f3a3e83d3b
  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 == '查看'"
>
@ -225,13 +226,6 @@ export default {
trigger: "blur",
},
],
inoculationDate: [
{
required: this.dataForm.noAvailableVaccines === "2",
message: this.$t("validate.required"),
trigger: "blur",
},
],
noAvailableVaccines: [
{
required: true,

Loading…
Cancel
Save