Commit 678e24d3fd5932667bcfc5391a3bc90d12777a36

Authored by xp.Huang
2 parents 74aac58a f412efda

Merge branch 'dev-ft' into 'main'

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

See merge request huang/yun-teng-iot-front!298
... ... @@ -81,14 +81,14 @@ export const modeKafkaForm: FormSchema[] = [
81 81 },
82 82 {
83 83 field: 'topicPattern',
84   - label: '消息次数',
  84 + label: '消息主题',
85 85 colProps: { span: 12 },
86 86 required: true,
87 87 component: 'Input',
88 88 defaultValue: 'my-topic',
89 89 componentProps: {
90 90 maxLength: 255,
91   - placeholder: '请输入消息次数',
  91 + placeholder: '请输入消息主题',
92 92 },
93 93 },
94 94 {
... ...