|
@@ -592,7 +592,7 @@ export default {
|
|
openOptions: false,
|
|
openOptions: false,
|
|
//子元素的数据存储
|
|
//子元素的数据存储
|
|
type: 1, //这个没用但是不能删 请求类型
|
|
type: 1, //这个没用但是不能删 请求类型
|
|
- dateValue: [moment().subtract(7, 'days'), moment().subtract(1, 'days')],
|
|
|
|
|
|
+ dateValue: [moment().subtract(7, 'days'), moment().subtract(1, 'day')],
|
|
|
|
|
|
//处理按钮禁用
|
|
//处理按钮禁用
|
|
searchDisabled: false,
|
|
searchDisabled: false,
|
|
@@ -949,7 +949,7 @@ export default {
|
|
disabledDate(current) {
|
|
disabledDate(current) {
|
|
// console.log(current)
|
|
// console.log(current)
|
|
|
|
|
|
- return current && current > moment().subtract(1, 'day')
|
|
|
|
|
|
+ return current && current > moment()
|
|
},
|
|
},
|
|
filterOption(input, option) {
|
|
filterOption(input, option) {
|
|
console.log(input, option)
|
|
console.log(input, option)
|