|
@ -202,6 +202,9 @@ const openForm = (type: string, row?: any) => { |
|
|
if (item.field == 'dataStandvalue') { |
|
|
if (item.field == 'dataStandvalue') { |
|
|
item.componentProps.disabled = false |
|
|
item.componentProps.disabled = false |
|
|
} |
|
|
} |
|
|
|
|
|
if (item.field == 'status') { |
|
|
|
|
|
item.componentProps.disabled = true |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|