1
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user