sc
This commit is contained in:
@@ -170,7 +170,7 @@ const formSchema = computed(() => {
|
||||
if (it.field == 'consultTime') {
|
||||
it.componentProps['disabled-date'] = dateAfterToday
|
||||
// it.componentProps['disabled'] = formType.value != 'create'
|
||||
it.componentProps['disabled'] = true
|
||||
it.componentProps['disabled'] = appStore.getAppInfo?.instanceType == 1
|
||||
}
|
||||
// else if (it.field == 'convertPeople' && formType.value == 'update') {
|
||||
// it.componentProps['disabled'] = true
|
||||
|
||||
Reference in New Issue
Block a user