feat: 时间组件全部用between

This commit is contained in:
fit2cloud-chenyw 2021-05-21 12:23:30 +08:00
parent 955a0ec6bc
commit 2261323af5

View File

@ -29,7 +29,7 @@ export default {
data() {
return {
options: null,
operator: 'in',
operator: 'between',
values: null
}
},