Commit bbe2f41b by crushh

update: 提示

parent e04eac5b
......@@ -212,7 +212,7 @@ export default {
hanldeBirthDaysChange(val) {
if (this.form.birthDate1) {
if (this.currentTime + val * 24 * 60 * 60 * 1000 > this.form.birthDate1[0]) {
this.$message.warning('生日范围开始日期 - 生日前X天不能早于当前日期');
this.$message.warning(`生日范围开始日期减去生日前${this.form.birth_days || 'X'}天不能早于当前日期`);
this.form.birth_days = ' ';
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment