diff --git a/src/views/main-content.vue b/src/views/main-content.vue index 5d3efcbd..cdb28ec9 100644 --- a/src/views/main-content.vue +++ b/src/views/main-content.vue @@ -81,7 +81,7 @@ :visible.sync="dialogFormVisible" :close-on-click-modal="false" top="5vh" - width="70%" + width="950px" class="dialog-h" append-to-body> - + 全程接种 未全程接种 - 未接种 + 未接种 diff --git a/src/views/modules/communityService/ninePlaces/team/team.vue b/src/views/modules/communityService/ninePlaces/team/team.vue index 8f9b4016..4a29979c 100644 --- a/src/views/modules/communityService/ninePlaces/team/team.vue +++ b/src/views/modules/communityService/ninePlaces/team/team.vue @@ -4,7 +4,7 @@ + :label-width="'90px'">
.item_width_1 { width: 560px; + ::v-deep .el-textarea__inner { + padding-bottom: 20px; + } ::v-deep .el-input__count { right: 20px; line-height: 12px; diff --git a/src/views/modules/secretaryLog/humanisticCare/careForm.vue b/src/views/modules/secretaryLog/humanisticCare/careForm.vue index 32619c05..0dac347a 100644 --- a/src/views/modules/secretaryLog/humanisticCare/careForm.vue +++ b/src/views/modules/secretaryLog/humanisticCare/careForm.vue @@ -210,6 +210,7 @@ export default { methods: { handleTime () { + if (!this.formData.remindTime) return var startAt = new Date(this.formData.remindTime) * 1000 / 1000; if (startAt < Date.now()) { this.formData.remindTime = dateFormats('YYYY-mm-dd HH:MM', new Date()); @@ -462,6 +463,9 @@ export default {