This commit is contained in:
2020-12-07 10:35:20 +08:00
parent 9e3e522057
commit 0d7f2a15f8
5 changed files with 14 additions and 10 deletions

View File

@@ -55,7 +55,7 @@
</a-form-item>
<a-form-item
:label="lan.$t('shipinjieshao')"
:label="lan.$t('vshipinjieshao')"
class="video-introduction"
>
<a-upload
@@ -560,7 +560,9 @@ export default defineComponent({
function disabledDate(current: any){
console.log(current + 0)
const now = dayjs().date(dayjs().date() - 1);
return current && current < now;
const enow = dayjs().date(dayjs().date() + 29);
return current && (current < now || current > enow);
}
function onquxiao(){