Showing
1 changed file
with
2 additions
and
2 deletions
... | ... | @@ -465,14 +465,14 @@ export const formSchema: BFormSchema[] = [ |
465 | 465 | }, |
466 | 466 | { |
467 | 467 | field: 'dateGroupGap', |
468 | - label: '分组间隔', | |
468 | + label: '间隔时间', | |
469 | 469 | component: 'Select', |
470 | 470 | colProps: { span: 24 }, |
471 | 471 | dynamicRules: ({ model }) => { |
472 | 472 | return [ |
473 | 473 | { |
474 | 474 | required: model[SchemaFiled.AGG] !== AggregateDataEnum.NONE, |
475 | - message: '分组间隔为必填项', | |
475 | + message: '间隔时间为必填项', | |
476 | 476 | type: 'number', |
477 | 477 | }, |
478 | 478 | ]; | ... | ... |