We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 187fa08 commit 3dbe74cCopy full SHA for 3dbe74c
src/views/bpm/model/form/ExtraSettings.vue
@@ -68,7 +68,7 @@ const modelData = defineModel<any>()
68
69
const timeOptions = ref([
70
{
71
- value: 'NULL', // TODO @lesan:用 '' 会好会更好一点哈。
+ value: '',
72
label: '无'
73
},
74
0 commit comments