This commit is contained in:
qsh
2024-07-15 10:29:46 +08:00
parent cbfe115e88
commit 160f7c959e
2 changed files with 2 additions and 1 deletions

View File

@@ -162,6 +162,7 @@ const formSchema = computed(() => {
newSchema.forEach((it) => {
if (it.field == 'consultTime') {
it.componentProps['disabled-date'] = dateAfterToday
it.componentProps['disabled'] = formType.value != 'create'
}
})
return [