@@ -166,7 +166,13 @@ const options: any = computed(() => {
content: $t('输入'),
divider: true,
});
- } else if (props.pen.input) {
+ } else if(['datePickerDom','dateRangePickerDom','treeFilterDom','cascadeFilterDom'].includes(props.pen.name)){
+ options.push({
+ value: 'change',
+ content: '选择完成',
+ divider: true,
+ });
+ }else if (props.pen.input) {
options.push(
...[
{