Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -79,11 +79,11 @@ export const searchSchedueFormSchema: FormSchema[] = [ | @@ -79,11 +79,11 @@ export const searchSchedueFormSchema: FormSchema[] = [ | ||
| 79 | componentProps: { | 79 | componentProps: { |
| 80 | options: [ | 80 | options: [ |
| 81 | { | 81 | { |
| 82 | - label: '正常', | 82 | + label: '启用', |
| 83 | value: 1, | 83 | value: 1, |
| 84 | }, | 84 | }, |
| 85 | { | 85 | { |
| 86 | - label: '暂停', | 86 | + label: '禁用', |
| 87 | value: 0, | 87 | value: 0, |
| 88 | }, | 88 | }, |
| 89 | ], | 89 | ], |