Commit f412efda2acad22a1ac6e5def57fd927bd9a5e5d

Authored by fengwotao
1 parent 74aac58a

pref:优化数据流转 部分字段名字修改

@@ -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 {