Commit 51df4a75 authored by Sixiang_Zzb's avatar Sixiang_Zzb

住户卡详情翻译修改

parent 91629cdc
...@@ -190,7 +190,7 @@ const CardDetail = (props: any) => { ...@@ -190,7 +190,7 @@ const CardDetail = (props: any) => {
<Radio.Group value={listData.apply_status === 2 ? '2' : '1'}> <Radio.Group value={listData.apply_status === 2 ? '2' : '1'}>
<Radio.Button value={'1'}>Agree</Radio.Button> <Radio.Button value={'1'}>Agree</Radio.Button>
<Radio.Button style={{ marginLeft: 10 }} value={'2'}> <Radio.Button style={{ marginLeft: 10 }} value={'2'}>
Refuse Reject
</Radio.Button> </Radio.Button>
</Radio.Group> </Radio.Group>
</Col> </Col>
...@@ -210,7 +210,7 @@ const CardDetail = (props: any) => { ...@@ -210,7 +210,7 @@ const CardDetail = (props: any) => {
{listData.apply_status === 1 ? ( {listData.apply_status === 1 ? (
<Form ref={formRef} name="basic" onFinish={onFinish}> <Form ref={formRef} name="basic" onFinish={onFinish}>
<Row gutter={8} style={{ marginTop: 16 }}> <Row gutter={8} style={{ marginTop: 16 }}>
<Col span={3}>Received:</Col> <Col span={3}>Card Received:</Col>
<Col span={4}> <Col span={4}>
<Form.Item name="applyStatus"> <Form.Item name="applyStatus">
<Radio.Group> <Radio.Group>
......
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