Showing
2 changed files
with
4 additions
and
4 deletions
... | ... | @@ -276,14 +276,14 @@ export const formSchema: FormSchema[] = [ |
276 | 276 | }, |
277 | 277 | }, |
278 | 278 | { |
279 | - field: 'Clientsecret', | |
280 | - label: 'Clientsecret', | |
279 | + field: 'ClientSecret', | |
280 | + label: 'ClientSecret', | |
281 | 281 | component: 'Input', |
282 | 282 | ifShow: ({ values }) => isDingtalk(Reflect.get(values, 'messageType')), |
283 | 283 | required: true, |
284 | 284 | componentProps: { |
285 | 285 | maxLength: 36, |
286 | - placeholder: '请输入Clientsecret', | |
286 | + placeholder: '请输入ClientSecret', | |
287 | 287 | }, |
288 | 288 | }, |
289 | 289 | { | ... | ... |