interface P { account: string; pwd: string;}const columns: ProColumns<P>[] = [{ title: '', render: (), dataIndex}]function Demo () { <ProForm<P> onFinish={ async (feilds) => { feilds.accoun }} > </ProForm>}