Commit db1f0e63 authored by Sixiang_Zzb's avatar Sixiang_Zzb

住户卡详情页翻译修改

parent 0d9e13f2
......@@ -94,7 +94,7 @@ const CardAdd = (props: any) => {
return (
<div style={{ width: '100%', minWidth: 1020, padding: 34, backgroundColor: '#ffffff' }}>
<TitleBack title={'Apply Card Add'}></TitleBack>
<TitleBack title={'New Application For Access Card'}></TitleBack>
<Form form={form} name="basic" onFinish={onFinish} validateMessages={validateMessages}>
<Spin spinning={loading}>
......@@ -143,7 +143,7 @@ const CardAdd = (props: any) => {
></Input>
</Form.Item>
<Form.Item labelCol={{ span: 3 }} label="Owner Name" style={{ marginBottom: -40 }}>
<Form.Item labelCol={{ span: 3 }} label="Owner" style={{ marginBottom: -40 }}>
<Input.Group compact>
<Form.Item
name="communityOwner"
......@@ -152,7 +152,7 @@ const CardAdd = (props: any) => {
>
<Input placeholder={'Name'} />
</Form.Item>
<Form.Item style={{ marginRight: 20 }} label={'Contact Information'}>
<Form.Item style={{ marginRight: 20 }} label={'Contact Details'}>
<Input hidden={true} />
</Form.Item>
<Form.Item
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment