@@ -138,7 +138,8 @@ const formItems = ref({
value: null,
label: '结束时间 *',
col: 6,
- showSoFar: true,
+ // default: true, // 日期组件有showSoFar要给default: true不然给null会默认勾选上至今
+ // showSoFar: true,
outlined: true,
clearable: true,
rules: [v => !!v || '请选择结束时间']