@@ -339,7 +339,7 @@ const items = ref({
label: '首次工作时间 *',
col: 6,
outlined: true,
- clearable: true,
+ // clearable: true,
rules: [v => !!v || '请选择首次工作时间']
// options: {},
},