fix 征求意见截至日期的placeholder

This commit is contained in:
赵霄
2023-12-28 16:09:20 +08:00
parent f2df9cabce
commit c55df53880
@@ -109,6 +109,7 @@
<!--征求意见结束日期-->
<a-form-item :label="$t('workCenter.standardConsultationProcess.endDate')">
<j-date show-type="day"
:placeholder="$t('pleaseSelect') + $t('workCenter.standardConsultationProcess.endDate')"
v-decorator="['consultationDueDate', validatorRules.consultationDueDate]"
:disabled="basicServiceInfoDisabled"
:disabled-date="consultationDueDateDisabledDate" />