Commit 48de8bb4 authored by Sixiang_Zzb's avatar Sixiang_Zzb

住户卡详情翻译修改

parent 5452ce6e
...@@ -188,7 +188,7 @@ const CardDetail = (props: any) => { ...@@ -188,7 +188,7 @@ const CardDetail = (props: any) => {
<Col span={3}>Examine:</Col> <Col span={3}>Examine:</Col>
<Col span={4}> <Col span={4}>
<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'}>Approve</Radio.Button>
<Radio.Button style={{ marginLeft: 10 }} value={'2'}> <Radio.Button style={{ marginLeft: 10 }} value={'2'}>
Reject Reject
</Radio.Button> </Radio.Button>
......
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