Showing
1 changed file
with
2 additions
and
2 deletions
@@ -81,14 +81,14 @@ export const modeKafkaForm: FormSchema[] = [ | @@ -81,14 +81,14 @@ export const modeKafkaForm: FormSchema[] = [ | ||
81 | }, | 81 | }, |
82 | { | 82 | { |
83 | field: 'topicPattern', | 83 | field: 'topicPattern', |
84 | - label: '消息次数', | 84 | + label: '消息主题', |
85 | colProps: { span: 12 }, | 85 | colProps: { span: 12 }, |
86 | required: true, | 86 | required: true, |
87 | component: 'Input', | 87 | component: 'Input', |
88 | defaultValue: 'my-topic', | 88 | defaultValue: 'my-topic', |
89 | componentProps: { | 89 | componentProps: { |
90 | maxLength: 255, | 90 | maxLength: 255, |
91 | - placeholder: '请输入消息次数', | 91 | + placeholder: '请输入消息主题', |
92 | }, | 92 | }, |
93 | }, | 93 | }, |
94 | { | 94 | { |