diff --git a/examples/laydate.html b/examples/laydate.html index b94d5a3f..1d8bf2b6 100644 --- a/examples/laydate.html +++ b/examples/laydate.html @@ -186,6 +186,7 @@ layui.use('laydate', function(laydate){ elem: '#test1-2' ,type: 'date' ,range: ['#test-startDate-1', '#test-endDate-1'] + ,rangeLinked: true // 是否开启日期范围选择时的区间联动标注模式 //,value: ['2022-05-01', '2022-06-01'] //,value: '2022-05-01 - 2022-06-01' });