eims-ui/apps/web-antd/src/views/eims/maint-order/maint-order-drawer.vue
@@ -54,6 +54,14 @@ } // 重置 baoyangCol(false); formApi.updateSchema([ { componentProps: { disabled: isUpdate.value }, fieldName: 'maintName' } ]); // 更新 && 赋值 if (isUpdate.value && id) { @@ -121,6 +129,12 @@ disabled: show }, fieldName: 'status' }, { componentProps: { disabled: show }, fieldName: 'maintName' } ]); }