Commit d9e51e4e authored by Sixiang_Zzb's avatar Sixiang_Zzb

住户卡详情内容优化

parent 4364d292
......@@ -151,7 +151,7 @@ const CardDetail = (props: any) => {
<Col span={4}>
<Form.Item name="applyStatus">
<Radio.Group>
<Radio value={'3'}>Agree</Radio>
<Radio value={'3'}>Receive</Radio>
</Radio.Group>
</Form.Item>
</Col>
......@@ -194,7 +194,7 @@ const CardDetail = (props: any) => {
<Col span={4}>
<Form.Item name="applyStatus">
<Radio.Group>
<Radio value={'3'}>Agree</Radio>
<Radio value={'3'}>Receive</Radio>
</Radio.Group>
</Form.Item>
</Col>
......
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