Commit 5bb618be317596f5719de13fbeb870270333ebc5

Authored by gesilong
1 parent 897ce846

commit: 创建去除状态

... ... @@ -157,15 +157,6 @@ export const schemas: FormSchema[] = [
157 157 },
158 158 },
159 159 {
160   - field: 'status',
161   - label: t('repair.order.statusText'),
162   - component: 'RadioButtonGroup',
163   - defaultValue: 'ENABLE',
164   - componentProps: {
165   - options: statusOptions,
166   - },
167   - },
168   - {
169 160 field: 'emergency',
170 161 label: t('repair.order.emergencyText'),
171 162 component: 'Select',
... ...