Commit 948d1987e750bb8520dc9e7d2c6ba63b6c4cc70c

Authored by fengtao
1 parent 25cf3000

fix:DEFECT-620 修改任务状态

@@ -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 ],